/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | kv_dpm.c | 1882 u32 temp; in kv_get_sleep_divider_id_from_clock() local 1893 temp = sclk / sumo_get_sleep_divider_from_id(i); in kv_get_sleep_divider_id_from_clock() 1894 if (temp >= min) in kv_get_sleep_divider_id_from_clock()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | stdiondk1.cpp | 1385 const char *TEMP_NAME = "temp";
in Tempnam_One() 1424 char *temp = ta;
in Vasprintf_Test() local 1425 vasprintf(&temp, format, args);
in Vasprintf_Test() 1427 return strcmp(temp, "value is 123 and 321.") == PARAM_0;
in Vasprintf_Test()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegvideo.c | 427 s->me.temp = in free_duplicate_context() 454 COPY(me.temp); in backup_duplicate_context() 682 s->me.temp = in clear_context()
|
H A D | adpcm.c | 1160 uint8_t temp[20 + AV_INPUT_BUFFER_PADDING_SIZE] = { 0 }; in adpcm_decode_frame() 1168 temp[j] = buf[4 * channels + block_size * n * channels + in adpcm_decode_frame() 1171 ret = init_get_bits8(&g, (const uint8_t *)&temp, block_size); in adpcm_decode_frame()
|
/third_party/backends/backend/ |
H A D | mustek_usb_high.c | 62 SANE_Int temp = 0; in filter_lower_end() local 72 temp = buffer[j]; in filter_lower_end() 74 buffer[j + 1] = temp; in filter_lower_end()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 5688 Object[] temp = new Object[count]; in reorderVisually() 5689 System.arraycopy(objects, objectStart, temp, 0, count); in reorderVisually() 5691 objects[objectStart + i] = temp[indexMap[i]]; in reorderVisually()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Bidi.java | 5594 Object[] temp = new Object[count]; in reorderVisually() 5595 System.arraycopy(objects, objectStart, temp, 0, count); in reorderVisually() 5597 objects[objectStart + i] = temp[indexMap[i]]; in reorderVisually()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_spill.c | 1227 struct ir3_register *temp = temp_interval->interval.reg; in handle_pcopy() local 1245 src->flags = temp->flags; in handle_pcopy() 1246 src->def = temp; in handle_pcopy()
|
/third_party/node/ |
H A D | vcbuild.bat | 423 set "x64_node_exe=temp-vcbuild\node-x64-cross-compiling.exe"
428 if not exist "temp-vcbuild" mkdir temp-vcbuild
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1101 llgfr %r2,%r11 # temp=rk[3] 1125 llgfr %r2,%r11 # temp=rk[3] 1259 lgr %r1,%r11 # temp=rk[11]
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1101 llgfr %r2,%r11 # temp=rk[3] 1125 llgfr %r2,%r11 # temp=rk[3] 1259 lgr %r1,%r11 # temp=rk[11]
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/aes/ |
H A D | aes-s390x.S | 1101 llgfr %r2,%r11 # temp=rk[3] 1125 llgfr %r2,%r11 # temp=rk[3] 1259 lgr %r1,%r11 # temp=rk[11]
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/aes/ |
H A D | aes-s390x.S | 1101 llgfr %r2,%r11 # temp=rk[3] 1125 llgfr %r2,%r11 # temp=rk[3] 1259 lgr %r1,%r11 # temp=rk[11]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 165 deUint32 temp; in greatestCommonDivisor() local 171 temp = y; in greatestCommonDivisor() 173 x = temp; in greatestCommonDivisor()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 157 deUint32 temp; in greatestCommonDivisor() local 163 temp = y; in greatestCommonDivisor() 165 x = temp; in greatestCommonDivisor()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngfix.c | 346 png_uint_16 temp = (png_uint_16)(carry | (inout[i] >> right_shift)); in uarb_shift() local 351 inout[i] = temp; in uarb_shift() 354 if (i == ndigits-1 && temp == 0) in uarb_shift()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_negative.cpp | 2758 dng_mosaic_info temp = info; 2774 temp.fCFAPattern [dstRow] [dstCol] = info.fCFAPattern [srcRow] [srcCol]; 2780 info = temp;
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.cc | 1103 ExtensionSet temp; in SwapExtension() local 1104 temp.InternalExtensionMergeFrom(number, *other_ext); in SwapExtension() 1105 Extension* temp_ext = temp.FindOrNull(number); in SwapExtension()
|
/kernel/linux/linux-5.10/drivers/net/vmxnet3/ |
H A D | vmxnet3_drv.c | 266 u32 temp = le32_to_cpu(*bitfield); in get_bitfield32() local 268 temp &= mask; in get_bitfield32() 269 temp >>= pos; in get_bitfield32() 270 return temp; in get_bitfield32()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | sd.c | 166 static const char temp[] = "temporary "; in cache_type_store() local 175 if (strncmp(buf, temp, sizeof(temp) - 1) == 0) { in cache_type_store() 176 buf += sizeof(temp) - 1; in cache_type_store()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/ |
H A D | ioctl_linux.c | 940 struct sockaddr *temp = (struct sockaddr *)awrq; in rtw_wx_set_wap() local 958 if (temp->sa_family != ARPHRD_ETHER) { in rtw_wx_set_wap() 975 src_bssid = temp->sa_data; in rtw_wx_set_wap() 990 if (!rtw_set_802_11_bssid(padapter, temp->sa_data)) { in rtw_wx_set_wap()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | 787 int i, temp; in __intel_get_crtc_scanline() local 791 temp = intel_de_read_fw(dev_priv, PIPEDSL(pipe)) & DSL_LINEMASK_GEN3; in __intel_get_crtc_scanline() 792 if (temp != position) { in __intel_get_crtc_scanline() 793 position = temp; in __intel_get_crtc_scanline()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sd.c | 145 static const char temp[] = "temporary "; in cache_type_store() local 154 if (strncmp(buf, temp, sizeof(temp) - 1) == 0) { in cache_type_store() 155 buf += sizeof(temp) - 1; in cache_type_store()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gf100.c | 1715 u32 star, temp; in gf100_gr_init_csdata() local 1719 temp = nvkm_rd32(device, falcon + 0x01c4); in gf100_gr_init_csdata() 1720 if (temp > star) in gf100_gr_init_csdata() 1721 star = temp; in gf100_gr_init_csdata()
|
/third_party/decimal.js/ |
H A D | decimal.js | 2682 var temp, 2687 temp = x[i] * k + carry; 2688 x[i] = temp % base | 0; 2689 carry = temp / base | 0;
|