Home
last modified time | relevance | path

Searched refs:temp (Results 4226 - 4250 of 4391) sorted by relevance

1...<<161162163164165166167168169170>>...176

/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js2271 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 Dstylo.hpp10918 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...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp2577 auto temp = args[2]; // 2:Get the third parameter in ParseJsSelectionOptions() local
2578 if (!temp->IsObject()) { in ParseJsSelectionOptions()
2582 JSRef<JSObject> placeholderOptionObject = JSRef<JSObject>::Cast(temp); in ParseJsSelectionOptions()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_test_ng.cpp743 auto temp = content; in HWTEST_F() local
744 rowLayoutAlgorithm->UpdateSensitiveContent(temp); in HWTEST_F()
745 EXPECT_NE(temp, content); in HWTEST_F()
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/
H A Dnative_devicemanager_js.cpp3107 char temp[DM_NAPI_BUF_LENGTH] = {0}; in JsToStringAndCheck() local
3108 napi_get_value_string_utf8(env, value, temp, valueLen + 1, &valueLen); in JsToStringAndCheck()
3109 strValue = temp; in JsToStringAndCheck()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_hwmgr.c5350 uint32_t temp; in smu7_get_sleep_divider_id_from_clock() local
5355 temp = clock >> i; in smu7_get_sleep_divider_id_from_clock()
5357 if (temp >= min || i == 0) in smu7_get_sleep_divider_id_from_clock()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1839 struct sk_buff *msdu, *temp; in ath10k_htt_rx_h_mpdu() local
1967 temp = msdu->prev; in ath10k_htt_rx_h_mpdu()
1970 msdu = temp; in ath10k_htt_rx_h_mpdu()
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Dsd.c2878 u32 temp; local
3038 temp = rtsx_readl(chip, RTSX_BIPR);
3039 if (temp & SD_WRITE_PROTECT)
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H A Dksz884x.c3045 u16 temp = 0; in spi_r() local
3051 temp |= (state_gpio(hw, EEPROM_DATA_IN)) ? 1 << i : 0; in spi_r()
3056 return temp; in spi_r()
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H A Dksz884x.c2674 u16 temp = 0; in spi_r() local
2680 temp |= (state_gpio(hw, EEPROM_DATA_IN)) ? 1 << i : 0; in spi_r()
2685 return temp; in spi_r()
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Dsd.c2878 u32 temp; local
3038 temp = rtsx_readl(chip, RTSX_BIPR);
3039 if (temp & SD_WRITE_PROTECT)
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1931 struct sk_buff *msdu, *temp; in ath10k_htt_rx_h_mpdu() local
2068 temp = msdu->prev; in ath10k_htt_rx_h_mpdu()
2071 msdu = temp; in ath10k_htt_rx_h_mpdu()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c3486 char *temp; in find_scripts() local
3526 temp = strchr(script_dirent->d_name, '.'); in find_scripts()
3528 (temp - script_dirent->d_name) + 1, in find_scripts()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264dsp_msa.c529 v8i16 clip3, temp; \
533 temp = p1_or_q1_org_in << 1; \
534 clip3 = clip3 - temp; \
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_enc.c4451 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/ffmpeg/libavfilter/
H A Dvf_v360.c4067 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 Dmustek_usb2_asic.c2708 SANE_Byte temp; in IsCarriageHome() local
2712 status = GetChipStatus (chip, 0, &temp); in IsCarriageHome()
2719 if ((temp & SENSOR0_DETECTED) == SENSOR0_DETECTED) in IsCarriageHome()
H A Dhp3900_rts8822.c5011 double temp; in get_byte() local
5015 temp = floor (get_shrd (value, 0x20)); in get_byte()
5016 temp *= pow (2, 32); in get_byte()
5017 value -= temp; in get_byte()
7319 SANE_Byte *temp; in Read_ResizeBlock() local
7336 temp = rz->v3628; in Read_ResizeBlock()
7338 rz->v362c = temp; in Read_ResizeBlock()
7340 Resize_Increase (temp, rz->resolution_x, rz->towidth, rz->v3624, in Read_ResizeBlock()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java1963 String temp = formatter.format(date); in TestDateFormatZone061()
1964 logln("Formatted in GMT to: " + temp); in TestDateFormatZone061()
1966 Date tempDate = formatter.parse(temp); in TestDateFormatZone061()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java2047 String temp = formatter.format(date); in TestDateFormatZone061()
2048 logln("Formatted in GMT to: " + temp); in TestDateFormatZone061()
2050 Date tempDate = formatter.parse(temp); in TestDateFormatZone061()
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc800 InstructionOperand temp = g.TempRegister(); in VisitUnalignedLoad() local
801 EmitLoad(this, opcode, &temp, base, index); in VisitUnalignedLoad()
802 Emit(kArmVmovF32U32, g.DefineAsRegister(node), temp); in VisitUnalignedLoad()
1099 // Applying an offset to this stack check requires a temp register. Offsets in VisitStackPointerGreaterThan()
1101 // ensure the input and temp registers do not alias, thus kUniqueRegister. in VisitStackPointerGreaterThan()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc1257 // Applying an offset to this stack check requires a temp register. Offsets in VisitStackPointerGreaterThan()
1259 // ensure the input and temp registers do not alias, thus kUniqueRegister. in VisitStackPointerGreaterThan()
2352 InstructionOperand temp = g.TempRegister(); in TryEmitCbzOrTbz() local
2353 selector->Emit(kArm64U64MoveFloat64, temp, in TryEmitCbzOrTbz()
2355 selector->EmitWithContinuation(kArm64TestAndBranch, temp, in TryEmitCbzOrTbz()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c488 * \param chan which channel of the temp register.
700 rel = LLVMBuildLoad(builder, rel, "load temp reg"); in get_indirect_index()
1416 LLVMValueRef index_vec, index_vec2 = NULL; /* index into the temp reg array */ in emit_fetch_temporary()
1651 LLVMValueRef temp, temp2; in emit_store_64bit_chan() local
1660 temp = LLVMBuildShuffleVector(builder, value, in emit_store_64bit_chan()
1671 lp_exec_mask_store(&bld->exec_mask, float_bld, temp, chan_ptr); in emit_store_64bit_chan()
1804 LLVMValueRef index_vec; /* indexes into the temp registers */ in emit_store_temp()
1816 /* Scatter store values into temp registers */ in emit_store_temp()
2908 bld->temps[idx][i] = lp_build_alloca(gallivm, vec_type, "temp"); in lp_emit_declaration_soa()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c8801 char *pos, *temp = NULL; local
8822 temp = os_strchr(pos, ' ');
8823 data_len = temp ? (size_t) (temp - pos) : os_strlen(pos);
11828 char temp[20];
11830 os_snprintf(temp, sizeof(temp), "scs_id=%d ",
11832 if (os_strstr(next_scs_desc, temp)) {
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_nb_delegate_test.cpp1161 string temp = to_string(i); in CreatEntrys() local
1165 for (auto &iter : temp) { in CreatEntrys()

Completed in 201 milliseconds

1...<<161162163164165166167168169170>>...176