/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 910 Register temp = generator_->register_allocator()->NewRegister(); in EnterScope() local 911 generator_->builder()->StoreAccumulatorInRegister(temp); in EnterScope() 915 generator_->builder()->LoadAccumulatorWithRegister(temp); in EnterScope() 923 Register temp = generator_->register_allocator()->NewRegister(); in ExitScope() local 924 generator_->builder()->StoreAccumulatorInRegister(temp); in ExitScope() 927 generator_->builder()->LoadAccumulatorWithRegister(temp); in ExitScope() 4222 // temp = <value>.next(); in BuildDestructuringArrayAssignment() 4223 // <pattern> = temp === undefined ? <init> : temp; in BuildDestructuringArrayAssignment() 4227 // Since done == true => temp in BuildDestructuringArrayAssignment() [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 303 // The {str} instruction needs a temp register when the immediate in the in Store() 305 // frames. This DCHECK checks that the temp register is available when needed. in Store() 893 // Allocate an additional {temp} register to hold the result that should be in AtomicOp32() 894 // stored to memory. Note that {temp} and {store_result} are not allowed to be in AtomicOp32() 896 Register temp = pinned.set(__ GetUnusedRegister(kGpReg, pinned)).gp(); in AtomicOp32() local 910 op(lasm, temp, result.gp(), value.gp()); in AtomicOp32() 911 (lasm->*store)(store_result, temp, actual_addr, al); in AtomicOp32() 1231 Register temp = liftoff::CalculateActualAddress( in AtomicI64CompareExchange() local 1235 DCHECK_EQ(dst_addr, temp); in AtomicI64CompareExchange() 1236 USE(temp); in AtomicI64CompareExchange() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.c | 3420 union tgsi_double_channel temp; in store_double_channel() local 3434 temp.d[i] = 0.0; in store_double_channel() 3436 temp.d[i] = 1.0; in store_double_channel() 3438 temp.d[i] = chan->d[i]; in store_double_channel() 3440 dst[0].u[i] = temp.u[i][0]; in store_double_channel() 3441 dst[1].u[i] = temp.u[i][1]; in store_double_channel()
|
/third_party/skia/tests/ |
H A D | PathTest.cpp | 849 SkPath temp; in test_arb_round_rect_is_convex() local 851 make_arb_round_rect(&temp, r, r.width() / 10, r.height() / 15); in test_arb_round_rect_is_convex() 853 REPORTER_ASSERT(reporter, temp.isConvex()); in test_arb_round_rect_is_convex() 876 SkPath temp; in test_arb_zero_rad_round_rect_is_rect() local 878 make_arb_round_rect(&temp, r, 0, 0); in test_arb_zero_rad_round_rect_is_rect() 881 REPORTER_ASSERT(reporter, temp.isRect(&result)); in test_arb_zero_rad_round_rect_is_rect()
|
/test/xts/acts/graphic/graphicnapidrawingtest/ |
H A D | OH_Drawing_TypographyTest.cpp | 2226 const char *temp[] = {"1", "2", "3", "4"}; in HWTEST_F() local 2230 strcpy_s(strutstyle->families[i], 2, temp[i]); in HWTEST_F()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_ra.c | 733 struct ra_removed_interval temp = ra_pop_interval(ctx, file, interval); in ra_move_interval() local 734 ra_push_interval(ctx, file, &temp, dst); in ra_move_interval()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.c | 314 LLVMValueRef temp = lp_build_mul(coord_bld, pmin2, max_aniso); in lp_build_pmin() local 317 pmin2, temp); in lp_build_pmin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 485 for (auto &temp : db.template_param.back()[sub])
in parse_template_param() 486 db.names.push_back(temp);
in parse_template_param()
|
/third_party/ffmpeg/libavcodec/ |
H A D | snow.c | 707 s->m.me.temp= NULL; in ff_snow_common_end()
|
H A D | mpegvideo_enc.c | 4451 int16_t temp[64]; in ff_block_permute() local 4461 temp[j] = block[j]; in ff_block_permute() 4468 block[perm_j] = temp[j]; in ff_block_permute()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 2044 ohos.global.icu.math.BigDecimal temp; in diagpow() 2106 temp = ohos.global.icu.math.BigDecimal.ONE; in diagpow() 2111 temp = temp.multiply(x).divide(ohos.global.icu.math.BigDecimal.ONE); in diagpow() 2114 .toString()).equals(temp.toString()); in diagpow() 2120 temp = ohos.global.icu.math.BigDecimal.ONE; in diagpow() 2125 temp = temp.multiply(x).divide(ohos.global.icu.math.BigDecimal.ONE); in diagpow() 2126 flag=flag&(x.pow(new ohos.global.icu.math.BigDecimal(n),mcdef).toString()).equals(temp.toString()); in diagpow() 2127 flag=flag&(x.pow(new ohos.global.icu.math.BigDecimal(-n),mcdef).toString()).equals(ohos.global.icu.math.BigDecimal.ONE.divide(temp,mcde in diagpow() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
H A D | DiagBigDecimalTest.java | 2041 com.ibm.icu.math.BigDecimal temp; in diagpow() 2103 temp = com.ibm.icu.math.BigDecimal.ONE; in diagpow() 2108 temp = temp.multiply(x).divide(com.ibm.icu.math.BigDecimal.ONE); in diagpow() 2111 .toString()).equals(temp.toString()); in diagpow() 2117 temp = com.ibm.icu.math.BigDecimal.ONE; in diagpow() 2122 temp = temp.multiply(x).divide(com.ibm.icu.math.BigDecimal.ONE); in diagpow() 2123 flag=flag&(x.pow(new com.ibm.icu.math.BigDecimal(n),mcdef).toString()).equals(temp.toString()); in diagpow() 2124 flag=flag&(x.pow(new com.ibm.icu.math.BigDecimal(-n),mcdef).toString()).equals(com.ibm.icu.math.BigDecimal.ONE.divide(temp,mcde in diagpow() [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 2143 var temp = previous; 2145 current = temp; 5968 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 7398 var temp = buffer[i]; 7400 buffer[i + 1] = temp; [all...] |
H A D | typescript.js | 2134 var temp = previous; 2136 current = temp; 5959 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 7389 var temp = buffer[i]; 7391 buffer[i + 1] = temp; [all...] |
H A D | typescriptServices.js | 2134 var temp = previous; 2136 current = temp; 5959 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 7389 var temp = buffer[i]; 7391 buffer[i + 1] = temp; [all...] |
H A D | tsserver.js | 2144 var temp = previous; 2146 current = temp; 5969 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 7399 var temp = buffer[i]; 7401 buffer[i + 1] = temp; [all...] |
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 7891 auto temp(*this); 7892 temp.m_value = -temp.m_value; 7893 return temp; 9100 T temp; 9101 auto result = convertInto( source, temp ); 9103 target = std::move(temp); 9149 T temp; 9150 auto result = convertInto( arg, temp ); 9152 m_ref.push_back( temp ); [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 1361 lfs_gstate_t temp; in lfs_dir_getgstate() local 1363 LFS_MKTAG(LFS_TYPE_MOVESTATE, 0, sizeof(temp)), &temp); in lfs_dir_getgstate() 1370 lfs_gstate_fromle32(&temp); in lfs_dir_getgstate() 1371 lfs_gstate_xor(gstate, &temp); in lfs_dir_getgstate()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cTextureViewTests.cpp | 4769 unsigned int temp = n_layer * 6 /* layer-faces per layer */ + n_face; in getReferenceColor() local 4771 n_layer = temp; in getReferenceColor() 5433 char temp[1024]; in initIterationSpecificProgramObject() local 5435 gl.getShaderInfoLog(so_id, 1024, NULL, temp); in initIterationSpecificProgramObject() 5438 << temp << "\nShader source:\n" in initIterationSpecificProgramObject()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 2271 var temp = previous; 2273 current = temp; 5938 LexicalEnvironmentFlags[LexicalEnvironmentFlags["VariablesHoistedInParameters"] = 2] = "VariablesHoistedInParameters"; // a temp variable was hoisted while visiting a parameter list 7348 var temp = buffer[i]; 7350 buffer[i + 1] = temp; [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 10918 T* temp = aRhs.mRawPtr; 10920 mRawPtr = temp; 10927 T* temp = aRhs; 10929 mRawPtr = temp; 10938 T* temp = nullptr; 10939 swap(temp); 10940 return already_AddRefed<T>(temp); 36654 To temp; 36655 BitwiseCast<To, From>(aFrom, &temp); 36656 return temp; [all...] |
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264dsp_msa.c | 529 v8i16 clip3, temp; \ 533 temp = p1_or_q1_org_in << 1; \ 534 clip3 = clip3 - temp; \
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_v360.c | 4067 float qv[4], temp[4], rqv[4]; in rotate() local 4074 multiply_quaternion(temp, rot_quaternion[0], qv); in rotate() 4075 multiply_quaternion(rqv, temp, rot_quaternion[1]); in rotate()
|
/third_party/backends/backend/ |
H A D | mustek_usb2_asic.c | 2708 SANE_Byte temp; in IsCarriageHome() local 2712 status = GetChipStatus (chip, 0, &temp); in IsCarriageHome() 2719 if ((temp & SENSOR0_DETECTED) == SENSOR0_DETECTED) in IsCarriageHome()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatTest.java | 1963 String temp = formatter.format(date); in TestDateFormatZone061() 1964 logln("Formatted in GMT to: " + temp); in TestDateFormatZone061() 1966 Date tempDate = formatter.parse(temp); in TestDateFormatZone061()
|