Home
last modified time | relevance | path

Searched refs:temp (Results 1701 - 1725 of 1903) sorted by relevance

1...<<61626364656667686970>>...77

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp821 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 Dopenssl.c4039 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 Dsmpdtfmt.cpp3081 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 DdecNumber.cpp6250 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 Dsmpdtfmt.cpp3032 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 DdecNumber.cpp6250 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 Dbrw_eu_emit.c2619 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 Dsmpdtfmt.cpp2988 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 DdecNumber.cpp6250 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 Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc279 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 Dcmsccoll.c84 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 Dcfhdencdsp.asm42 cglobal cfhdenc_horiz_filter, 8, 10, 11, input, low, high, istride, lwidth, hwidth, width, y, x, temp
/third_party/gptfdisk/
H A Dgpttext.cc391 GPTPart temp; in SwapPartitions() local
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress10.c39 FILE *temp; variable
/third_party/node/deps/ada/
H A Dada.h3698 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.c548 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 Dliftoff-assembler-s390.h2540 /* 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 Dbuiltins-riscv64.cc1781 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 DGrGLCaps.cpp3281 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 Dmpegvideo.c427 s->me.temp = in free_duplicate_context()
454 COPY(me.temp); in backup_duplicate_context()
682 s->me.temp = in clear_context()
H A Dadpcm.c1160 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 Dmustek_usb_high.c62 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 DBidi.java5688 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 DBidi.java5594 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()

Completed in 140 milliseconds

1...<<61626364656667686970>>...77