Home
last modified time | relevance | path

Searched refs:temp (Results 1926 - 1950 of 1953) sorted by relevance

1...<<717273747576777879

/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4401 char buf[512], *temp = NULL; in zink_emit_string_marker() local
4407 string = temp = strndup(string, len); in zink_emit_string_marker()
4415 free(temp); in zink_emit_string_marker()
/third_party/openssl/test/
H A Dsslapitest.c5597 unsigned int temp; in generate_stateless_cookie_callback() local
5598 int res = generate_cookie_callback(ssl, cookie, &temp); in generate_stateless_cookie_callback()
5599 *cookie_len = temp; in generate_stateless_cookie_callback()
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c8802 uint32_t temp; in main() local
8850 PCRE2_CONFIG(999, &temp) != PCRE2_ERROR_BADOPTION) in main()
8859 (void)PCRE2_CONFIG(PCRE2_CONFIG_STACKRECURSE, &temp); in main()
H A Dpcre2_compile.c10426 the type of the pointer must be cast. NOTE: the intermediate variable "temp" is in pcre2_compile()
10433 PCRE2_UCHAR *temp = (PCRE2_UCHAR *)codestart; in pcre2_compile() local
10434 if (PRIV(auto_possessify)(temp, &cb) != 0) errorcode = ERR80; in pcre2_compile()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-aarch32.cc2142 Register temp = temps.Acquire(); in TEST() local
2143 VIXL_CHECK(temp.Is(r12)); in TEST()
2149 __ Ldrb(temp, &l4); in TEST()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c420 /* flag for each tgsi temp array if its been spilled or not */
457 unsigned tess_input_info; /* temp with tess input offsets */
458 unsigned tess_output_info; /* temp with tess input offsets */
459 unsigned thread_id_gpr; /* temp with thread id calculated for images */
924 /* MUL temp.x, patch_stride (input_vals.x), rel_patch_id (r0.y (tcs)) */ in get_lds_offset0()
1020 /* Take spilled temp arrays into account when translating tgsi register
1055 /* look up spill area base offset and array size for a spilled temp array */
2224 /* the base address is now in temp.x */ in fetch_tes_input()
2250 /* the base address is now in temp.x */ in fetch_tcs_input()
2271 /* the base address is now in temp in fetch_tcs_output()
8271 unsigned temp = r600_get_temp(ctx); tgsi_tex() local
[all...]
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp9707 auto temp = NativeCreateEnv::g_createNapiEnvCallback; in HWTEST_F() local
9710 NativeCreateEnv::g_createNapiEnvCallback = temp; in HWTEST_F()
9732 auto temp = NativeCreateEnv::g_destroyNapiEnvCallback; in HWTEST_F() local
9735 NativeCreateEnv::g_destroyNapiEnvCallback = temp; in HWTEST_F()
/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c81 s->m.me.temp = in encode_init()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm_16bpp.asm639 ; FIXME we can use the intermediate storage (rsp[0-15]) on x86-32 for temp
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl1135 my ($rp_real,$ap_real,$bp_real,$in1infty,$in2infty,$temp)=map("x$_",(21..26));
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv8.pl1164 my ($rp_real,$ap_real,$bp_real,$in1infty,$in2infty,$temp)=map("x$_",(21..26));
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp1329 decltype(animationClosuresList_) temp(std::move(animationClosuresList_)); in FlushAnimationClosure()
1330 for (const auto& animation : temp) { in FlushAnimationClosure()
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestCharset.java1369 char[] temp = unistr.toCharArray(); in TestAPISemantics()
1371 for (int i = 0; i <= temp.length; i++) { in TestAPISemantics()
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp4700 bool temp = var->data.read_only; in process_initializer() local
4746 var->data.read_only = temp; in process_initializer()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc3231 // v = v - ((v >> 1) & (T)~(T)0/3); // temp in CallRecordWriteStub()
3232 // v = (v & (T)~(T)0/15*3) + ((v >> 2) & (T)~(T)0/15*3); // temp in CallRecordWriteStub()
3233 // v = (v + (v >> 4)) & (T)~(T)0/255*15; // temp in CallRecordWriteStub()
5473 UseScratchRegisterScope temp(this); in CallRecordWriteStub()
5474 Register scratch = temp.Acquire(); in CallRecordWriteStub()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc1874 const Register temp = type_reg == no_reg ? r0 : type_reg; in CallRecordWriteStub() local
1877 CompareInstanceType(map, temp, type); in CallRecordWriteStub()
3196 // If temp (value with right-most set of zeros shifted out) is 1 less in CallRecordWriteStub()
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc3789 int32_t temp = ConvertDoubleToInt(val, unsigned_integer, mode); in DecodeVCVTBetweenFloatingPointAndInteger() local
3792 set_s_register_from_sinteger(dst, temp); in DecodeVCVTBetweenFloatingPointAndInteger()
/third_party/python/Python/
H A Dcompile.c8775 struct instr temp = block->b_instr[j]; in apply_static_swaps() local
8777 block->b_instr[k] = temp; in apply_static_swaps()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp9485 double temp = 0.0; in GetJsAngleWithDefault() local
9486 if (StringUtils::StringToDegree(value->ToString(), temp)) { in GetJsAngleWithDefault()
9487 angle = static_cast<float>(temp); in GetJsAngleWithDefault()
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc3533 // Setup a temp array to avoid overwriting dst mid loop. in VectorPack()
4008 int8_t temp[kSimd128Size] = {0}; in EVALUATE() local
4018 temp[i] = get_simd_register_by_lane<int8_t>(reg, lane_num); in EVALUATE()
4021 set_simd_register_by_lane<int8_t>(r1, i, temp[i]); in EVALUATE()
/third_party/spirv-tools/test/val/
H A Dval_image_test.cpp6566 OpName %temp "temp" in TEST_F()
6586 %temp = OpVariable %_ptr_Function_ulong Function in TEST_F()
6598 OpStore %temp %29 in TEST_F()
6601 OpStore %temp %31 in TEST_F()
6604 OpStore %temp %33 in TEST_F()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2926 /* move to temp */ in crocus_create_surface()
4038 void *temp; in crocus_create_stream_output_target() local
4042 &temp); in crocus_create_stream_output_target()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2143 std::u16string temp = u16Content.substr(start - initStart, end - start);
2144 content = StringUtils::Str16ToStr8(temp);
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc3453 CfgAssemblerScopedTemporaryBlock temp(&assembler(), *catch_block); in GenerateCatchBlock()
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp13226 simd8<int8_t> temp{vreinterpretq_s8_u8(in)}; in convert_masked_utf8_to_utf16()
13227 temp.store_ascii_as_utf16<big_endian>(utf16_output); in convert_masked_utf8_to_utf16()
13486 simd8<int8_t> temp{vreinterpretq_s8_u8(in)}; in convert_masked_utf8_to_utf32()
13487 temp.store_ascii_as_utf32_tbl(utf32_out); in convert_masked_utf8_to_utf32()
[all...]

Completed in 248 milliseconds

1...<<717273747576777879