/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderPackingFunctionTests.cpp | 821 const tcu::Float16 temp = tcu::Float16(inValue); in checkValue() local 822 const float ref = temp.asFloat(); in checkValue() 826 const deBool denorm = temp.isDenorm(); in checkValue()
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 4039 unsigned char *buff1 = NULL, *temp = NULL; in ossl_pkp_pin_peer_pubkey() local 4061 buff1 = temp = malloc(len1); in ossl_pkp_pin_peer_pubkey() 4066 len2 = i2d_X509_PUBKEY(X509_get_X509_PUBKEY(cert), &temp); in ossl_pkp_pin_peer_pubkey() 4073 if((len1 != len2) || !temp || ((temp - buff1) != len1)) in ossl_pkp_pin_peer_pubkey()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 3081 UnicodeString temp; in subParse() local 3164 text.extractBetween(0, start + count, temp); in subParse() 3165 src = &temp; in subParse() 3873 text.extractBetween(0, start + count, temp); in subParse() 3874 src = &temp; in subParse()
|
H A D | decNumber.cpp | 6250 const decNumber *temp=lhs; local 6252 rhs=temp; 6709 Unit temp; local 6711 temp=*ulo; 6713 *uhi=temp; 6943 uInt temp; /* .. */ local 7038 temp=(quot*6554)>>16; /* fast /10 */ 7040 discard1=quot-X10(temp); 7041 quot=temp;
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 3032 UnicodeString temp; in subParse() local 3115 text.extractBetween(0, start + count, temp); in subParse() 3116 src = &temp; in subParse() 3824 text.extractBetween(0, start + count, temp); in subParse() 3825 src = &temp; in subParse()
|
H A D | decNumber.cpp | 6250 const decNumber *temp=lhs; local 6252 rhs=temp; 6709 Unit temp; local 6711 temp=*ulo; 6713 *uhi=temp; 6943 uInt temp; /* .. */ local 7038 temp=(quot*6554)>>16; /* fast /10 */ 7040 discard1=quot-X10(temp); 7041 quot=temp;
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_emit.c | 2619 struct brw_reg temp = get_element_ud(header, 3); in brw_adjust_sampler_state_pointer() local 2622 brw_AND(p, temp, get_element_ud(sampler_index, 0), brw_imm_ud(0x0f0)); in brw_adjust_sampler_state_pointer() 2624 brw_SHL(p, temp, temp, brw_imm_ud(4)); in brw_adjust_sampler_state_pointer() 2628 temp); in brw_adjust_sampler_state_pointer()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 2988 UnicodeString temp; in subParse() local 3071 text.extractBetween(0, start + count, temp); in subParse() 3072 src = &temp; in subParse() 3754 text.extractBetween(0, start + count, temp); in subParse() 3755 src = &temp; in subParse()
|
H A D | decNumber.cpp | 6250 const decNumber *temp=lhs; local 6252 rhs=temp; 6709 Unit temp; local 6711 temp=*ulo; 6713 *uhi=temp; 6943 uInt temp; /* .. */ local 7038 temp=(quot*6554)>>16; /* fast /10 */ 7040 discard1=quot-X10(temp); 7041 quot=temp;
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 279 Register temp = temps.Acquire(); in RecordWrite() local 280 DCHECK(!AreAliased(object, value, temp)); in RecordWrite() 281 Add64(temp, object, offset); in RecordWrite() 282 LoadTaggedPointerField(temp, MemOperand(temp)); in RecordWrite() 283 Assert(eq, AbortReason::kWrongAddressOrValuePassedToRecordWrite, temp, in RecordWrite() 304 Register temp = temps.Acquire(); in RecordWrite() local 306 temp, // Used as scratch. in RecordWrite() 313 temp, // Used as scratch. in RecordWrite() 2682 // v = v - ((v >> 1) & (T)~(T)0/3); // temp in Popcnt32() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cmsccoll.c | 84 UChar temp[90]; in IncompleteCntTest() local 92 u_uastrcpy(temp, " & Z < ABC < Q < B"); in IncompleteCntTest() 94 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH, NULL,&status); in IncompleteCntTest() 119 u_uastrcpy(temp, " & Z < DAVIS < MARK <DAV"); in IncompleteCntTest() 120 coll = ucol_openRules(temp, u_strlen(temp), UCOL_OFF, UCOL_DEFAULT_STRENGTH,NULL, &status); in IncompleteCntTest()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | cfhdencdsp.asm | 42 cglobal cfhdenc_horiz_filter, 8, 10, 11, input, low, high, istride, lwidth, hwidth, width, y, x, temp
|
/third_party/gptfdisk/ |
H A D | gpttext.cc | 391 GPTPart temp; in SwapPartitions() local
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress10.c | 39 FILE *temp; variable
|
/third_party/node/deps/ada/ |
H A D | ada.h | 3698 auto temp = std::move(val()); variable 3702 ::new (rhs.valptr()) T(std::move(temp)); 3709 auto temp = std::move(val()); in swap_where_only_one_has_value_and_t_is_not_void() local 3715 ::new (rhs.valptr()) T(std::move(temp)); in swap_where_only_one_has_value_and_t_is_not_void() 3718 val() = std::move(temp); in swap_where_only_one_has_value_and_t_is_not_void() 3724 ::new (rhs.valptr()) T(std::move(temp)); in swap_where_only_one_has_value_and_t_is_not_void() 3732 auto temp = std::move(rhs.err()); in swap_where_only_one_has_value_and_t_is_not_void() local 3738 ::new (errptr()) unexpected_type(std::move(temp)); in swap_where_only_one_has_value_and_t_is_not_void() 3741 rhs.err() = std::move(temp); in swap_where_only_one_has_value_and_t_is_not_void() 3747 ::new (errptr()) unexpected_type(std::move(temp)); in swap_where_only_one_has_value_and_t_is_not_void() [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 548 PyObject *num, *one, *temp; in test_long_and_overflow() local 578 temp = PyNumber_Add(num, one); in test_long_and_overflow() 581 num = temp; in test_long_and_overflow() 622 temp = PyNumber_Subtract(num, one); in test_long_and_overflow() 625 num = temp; in test_long_and_overflow() 712 PyObject *num, *one, *temp; in test_long_long_and_overflow() local 742 temp = PyNumber_Add(num, one); in test_long_long_and_overflow() 745 num = temp; in test_long_long_and_overflow() 786 temp = PyNumber_Subtract(num, one); in test_long_long_and_overflow() 789 num = temp; in test_long_long_and_overflow() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2540 /* Make sure dst and temp are also unique. */ \ 2544 Simd128Register temp = \ 2546 op(dest, src1, src2, kScratchDoubleReg, temp); \ 2567 /* Make sure dst and temp are unique. */ \ 2571 Simd128Register temp = \ 2573 op(dest, src1, kScratchDoubleReg, temp); \ 2723 Simd128Register temp = in emit_i8x16_swizzle() local 2725 I8x16Swizzle(dest, src1, src2, r0, r1, kScratchDoubleReg, temp); in emit_i8x16_swizzle() 2770 // Make sure temp registers are unique. in emit_i16x8_q15mulr_sat_s()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 1781 UseScratchRegisterScope temp(masm); in Generate_ContinueToBuiltinHelper() 1782 Register scratch = temp.Acquire(); in Generate_ContinueToBuiltinHelper() 2962 UseScratchRegisterScope temp(masm); in Generate_CEntry() 2963 Register scratch = temp.Acquire(); in Generate_CEntry() 3146 UseScratchRegisterScope temp(masm); in CallApiFunctionAndReturn() 3147 Register scratch = temp.Acquire(); in CallApiFunctionAndReturn()
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLCaps.cpp | 3281 std::unique_ptr<int[]> temp(new int[count]); in setupSampleCounts() 3283 count, temp.get()); in setupSampleCounts() 3285 if (count && temp[count - 1] == 1) { in setupSampleCounts() 3287 SkASSERT(!count || temp[count -1] > 1); in setupSampleCounts() 3297 fFormatTable[i].fColorSampleCounts[j+1] = SkPrevPow2(temp[count - j - 1]); in setupSampleCounts() 3299 fFormatTable[i].fColorSampleCounts[j+1] = temp[count - j - 1]; in setupSampleCounts()
|
/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()
|