/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_builder.h | 804 dst_reg temp = vgrf(BRW_REGISTER_TYPE_UD); in fix_unsigned_negate() local 805 MOV(temp, src); in fix_unsigned_negate() 806 return src_reg(temp); in fix_unsigned_negate() 854 * instructions, so we also move to a temp to set those up. in fix_math_operand()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu.c | 545 uint64_t temp; in qpu_merge_inst() local 549 temp = a; in qpu_merge_inst() 551 b = temp; in qpu_merge_inst()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_send.py | 213 print(' do { union { short s[2]; int i; } temp; \\') 214 print(' temp.s[0] = (size); temp.s[1] = (op); \\') 215 print(' *((int *)(dest)) = temp.i; } while(0)') 516 temp = p.size_string() 518 extra_offset += " + %s" % (temp) 520 extra_offset = temp
|
/third_party/lzma/C/ |
H A D | Aes.c | 359 UInt32 temp[4];
in AesCtr_Code() local 365 Aes_Encode(p + 4, temp, p);
in AesCtr_Code() 369 const UInt32 t = temp[i];
in AesCtr_Code()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | SeparateCompoundExpressions.cpp | 104 TIntermNode *temp = rebuild(*part).single(); in reassociateRight() local 105 ASSERT(temp); in reassociateRight() 106 part = temp->getAsTyped(); in reassociateRight()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 110 ush temp = ((ush)(fg)*(ush)(alpha) + \ 112 (composite) = (uch)((temp + (temp >> 8)) >> 8); \
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftbsdf.c | 447 FT_16D16 a1, temp; in compute_edge_distance() local 516 temp = gx; in compute_edge_distance() 518 gy = temp; in compute_edge_distance()
|
/third_party/protobuf/js/binary/ |
H A D | utils_test.js | 51 var temp = new Float32Array(1); 52 temp[0] = x; 53 return temp[0];
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
H A D | utils_test.js | 51 var temp = new Float32Array(1); 52 temp[0] = x; 53 return temp[0];
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
H A D | utils_test.js | 51 var temp = new Float32Array(1); 52 temp[0] = x; 53 return temp[0];
|
/third_party/selinux/libsepol/src/ |
H A D | avtab.c | 310 avtab_ptr_t cur, temp; in avtab_destroy() local 321 temp = cur; in avtab_destroy() 323 free(temp); in avtab_destroy()
|
H A D | ebitmap.c | 522 ebitmap_node_t *n, *temp; in ebitmap_destroy() local 529 temp = n; in ebitmap_destroy() 531 free(temp); in ebitmap_destroy()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 4181 Register temp = kScratchReg; in AssembleConstructFrame() local 4182 __ lw(temp, src); in AssembleConstructFrame() 4183 __ sw(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4298 FPURegister temp = kScratchDoubleReg; in AssembleConstructFrame() local 4300 __ Ldc1(temp, src); in AssembleConstructFrame() 4301 __ Sdc1(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4303 __ lwc1(temp, src); in AssembleConstructFrame() 4304 __ swc1(temp, g.ToMemOperand(destination)); in AssembleConstructFrame() 4308 MSARegister temp = kSimd128ScratchReg; in AssembleConstructFrame() local 4309 __ ld_b(temp, sr in AssembleConstructFrame() 4325 Register temp = kScratchReg; AssembleConstructFrame() local 4355 MSARegister temp = kSimd128ScratchReg; AssembleConstructFrame() local 4362 FPURegister temp = kScratchDoubleReg; AssembleConstructFrame() local 4375 FPURegister temp = kScratchDoubleReg; AssembleConstructFrame() local 4381 FPURegister temp = kScratchDoubleReg; AssembleConstructFrame() local 4389 MSARegister temp = kSimd128ScratchReg; AssembleConstructFrame() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 403 // Emit desired load opcode, using temp addr_reg. in EmitLoad() 425 // Emit desired load opcode, using temp addr_reg. in EmitS128Load() 657 // Emit desired store opcode, using temp addr_reg. in VisitStore() 963 InstructionOperand temp = g.TempRegister(); in VisitInt32Mul() local 964 Emit(kRiscvShl32 | AddressingModeField::encode(kMode_None), temp, in VisitInt32Mul() 968 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt32Mul() 1063 InstructionOperand temp = g.TempRegister(); in VisitInt64Mul() local 1064 Emit(kRiscvShl64 | AddressingModeField::encode(kMode_None), temp, in VisitInt64Mul() 1068 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt64Mul() 1815 // Emit desired load opcode, using temp addr_re in VisitUnalignedLoad() 2160 InstructionOperand temp[3]; VisitWord32Compare() local 2186 InstructionOperand temp[3]; VisitWord32Compare() local 3125 InstructionOperand temp = g.TempFpRegister(v16); VisitI32x4DotI16x8S() local [all...] |
/foundation/multimedia/audio_framework/services/audio_service/client/src/ |
H A D | capturer_in_client.cpp | 1032 BufferDesc temp = {cbBuffer_.get(), cbBufferSize_, cbBufferSize_}; in InitCallbackBuffer() local 1034 cbBufferQueue_.Push(temp); in InitCallbackBuffer() 1130 BufferDesc temp = cbBufferQueue_.Pop(); in ReadCallbackFunc() local 1131 if (temp.buffer == nullptr) { in ReadCallbackFunc() 1138 int32_t result = Read(*temp.buffer, temp.bufLength, true); // blocking read in ReadCallbackFunc() 1204 BufferDesc temp = {cbBuffer_.get(), cbBufferSize_, cbBufferSize_}; in Enqueue() local 1205 cbBufferQueue_.Push(temp); in Enqueue()
|
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 1597 auto temp = static_cast<MonitorInfo*>(work->data); in JsCallback() local 1600 auto jsMonitor { JS_INPUT_MONITOR_MGR.GetMonitor(temp->monitorId, temp->fingers) }; in JsCallback() 1604 jsMonitor->OnKeyEventInJsThread(jsMonitor->GetTypeName(), temp->fingers); in JsCallback() 1606 jsMonitor->OnPointerEventInJsThread(jsMonitor->GetTypeName(), temp->fingers); in JsCallback() 1609 jsMonitor->OnPointerEventInJsThread(jsMonitor->GetTypeName(), temp->fingers); in JsCallback() 1611 delete temp; in JsCallback() 1612 temp = nullptr; in JsCallback()
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_process_skeleton.cpp | 58 IPCProcessSkeleton *temp = new (std::nothrow) IPCProcessSkeleton(); in GetCurrent() local 59 if (temp == nullptr) { in GetCurrent() 63 if (temp->SetMaxWorkThread(DEFAULT_WORK_THREAD_NUM)) { in GetCurrent() 64 temp->SpawnThread(IPCWorkThread::SPAWN_ACTIVE); in GetCurrent() 66 temp->SpawnThread(IPCWorkThread::ACTV_ACTIVE); in GetCurrent() 69 instance_ = temp; in GetCurrent() 82 int temp = range(baseRand); in IPCProcessSkeleton() local 83 randNum_ = static_cast<uint64_t>(temp); in IPCProcessSkeleton()
|
/third_party/curl/tests/ |
H A D | runtests.pl | 390 open(my $temp, ">", "$file1") || die "Failure writing diff file"; 396 print $temp $l; 397 print $temp "\n"; 399 close($temp) || die "Failure writing diff file"; 401 open($temp, ">", "$file2") || die "Failure writing diff file"; 407 print $temp $l; 408 print $temp "\n"; 410 close($temp) || die "Failure writing diff file";
|
/third_party/mksh/ |
H A D | main.c | 56 static void remove_temps(struct temp *); 1180 /* remove temp files and free ATEMP Area */ 1205 remove_temps(struct temp *tp) in remove_temps() 1745 struct temp * 1746 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp() 1751 struct temp *tp; in maketemp() 1758 checkoktoadd(len, offsetof(struct temp, tffn[0]) + 14); in maketemp() 1759 tp = alloc(offsetof(struct temp, tffn[0]) + 14 + len, ap); in maketemp() 1771 cp += offsetof(struct temp, tffn[0]); in maketemp()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 736 my $temp = $i ? $offload : $offset; 738 $temp_reg=&pointer_register($flavour,$temp); 753 sub @ptr[$i],$temp # distance between input and output 754 mov $temp,`64+8*$i`(%rsp) # initialize distances 1035 my $temp = $i ? $offload : $offset; 1037 $temp_reg=&pointer_register($flavour,$temp); 1052 sub @ptr[$i],$temp # distance between input and output 1053 mov $temp,`64+8*$i`(%rsp) # initialize distances
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 1435 BIGNUM *temp = NULL; in ossl_ec_GFp_simple_blind_coordinates() local 1439 temp = BN_CTX_get(ctx); in ossl_ec_GFp_simple_blind_coordinates() 1440 if (temp == NULL) { in ossl_ec_GFp_simple_blind_coordinates() 1464 || !group->meth->field_sqr(group, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1465 || !group->meth->field_mul(group, p->X, p->X, temp, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1466 || !group->meth->field_mul(group, temp, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1467 || !group->meth->field_mul(group, p->Y, p->Y, temp, ctx)) in ossl_ec_GFp_simple_blind_coordinates()
|
/third_party/node/deps/uv/src/win/ |
H A D | pipe.c | 342 uv_file temp[2]; in uv_pipe() local 355 temp[0] = _open_osfhandle((intptr_t) readh, 0); in uv_pipe() 356 if (temp[0] == -1) { in uv_pipe() 365 temp[1] = _open_osfhandle((intptr_t) writeh, 0); in uv_pipe() 366 if (temp[1] == -1) { in uv_pipe() 371 _close(temp[0]); in uv_pipe() 375 fds[0] = temp[0]; in uv_pipe() 376 fds[1] = temp[1]; in uv_pipe()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_smpl.c | 1435 BIGNUM *temp = NULL; in ossl_ec_GFp_simple_blind_coordinates() local 1439 temp = BN_CTX_get(ctx); in ossl_ec_GFp_simple_blind_coordinates() 1440 if (temp == NULL) { in ossl_ec_GFp_simple_blind_coordinates() 1464 || !group->meth->field_sqr(group, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1465 || !group->meth->field_mul(group, p->X, p->X, temp, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1466 || !group->meth->field_mul(group, temp, temp, lambda, ctx) in ossl_ec_GFp_simple_blind_coordinates() 1467 || !group->meth->field_mul(group, p->Y, p->Y, temp, ctx)) in ossl_ec_GFp_simple_blind_coordinates()
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesni-mb-x86_64.pl | 736 my $temp = $i ? $offload : $offset; 738 $temp_reg=&pointer_register($flavour,$temp); 753 sub @ptr[$i],$temp # distance between input and output 754 mov $temp,`64+8*$i`(%rsp) # initialize distances 1035 my $temp = $i ? $offload : $offset; 1037 $temp_reg=&pointer_register($flavour,$temp); 1052 sub @ptr[$i],$temp # distance between input and output 1053 mov $temp,`64+8*$i`(%rsp) # initialize distances
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_pattern_test_ng.cpp | 1110 auto temp = LayoutConstraintF(); in HWTEST_F() local 1111 temp.selfIdealSize = OptionalSizeF(200.0f, 200.0f); in HWTEST_F() 1112 temp.parentIdealSize = OptionalSizeF(200.0f, 200.0f); in HWTEST_F() 1114 toolBarWrapper->GetLayoutProperty()->layoutConstraint_ = temp; in HWTEST_F() 1122 temp.selfIdealSize = OptionalSizeF(0.0f, 200.0f); in HWTEST_F() 1123 toolBarWrapper->GetLayoutProperty()->layoutConstraint_ = temp; in HWTEST_F() 1127 temp.selfIdealSize = OptionalSizeF(200.0f, 0.0f); in HWTEST_F() 1128 toolBarWrapper->GetLayoutProperty()->layoutConstraint_ = temp; in HWTEST_F() 1137 temp.selfIdealSize = OptionalSizeF(200.0f, 200.0f); in HWTEST_F() 1138 toolBarWrapper->GetLayoutProperty()->layoutConstraint_ = temp; in HWTEST_F() [all...] |