/third_party/node/deps/v8/src/codegen/arm/ |
H A D | constants-arm.h | 431 char* temp = reinterpret_cast<char*>(&instr); \ 432 return reinterpret_cast<Instruction*>(temp)->Name(); \
|
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
H A D | MapField.cs | 565 ICollection temp = this.Select(pair => new DictionaryEntry(pair.Key, pair.Value)).ToList();
in ICollection.CopyTo() 566 temp.CopyTo(array, index);
in ICollection.CopyTo()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | renderer11_utils.h | 397 ID3D11Resource *temp = mData->object; in init() local 399 texture.mData->object = static_cast<ResourceT *>(temp); in init()
|
H A D | ResourceManager11.h | 324 auto temp = this->mData->object; in SharedResource11() local 326 obj.mData->object = static_cast<T *>(temp); in SharedResource11()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | mem_pass.cpp | 118 uint32_t temp = ptrInst->GetSingleWordInOperand(0); in GetPtr() local 119 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | mem_pass.cpp | 118 uint32_t temp = ptrInst->GetSingleWordInOperand(0); in GetPtr() local 119 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | csdetect.cpp | 205 UBool temp = fStripTags; in setStripTagsFlag() local 208 return temp; in setStripTagsFlag()
|
H A D | numparse_affixes.cpp | 347 AffixMatcher temp = std::move(fAffixMatchers[i - 1]); in createAffixMatchers() local 349 fAffixMatchers[i] = std::move(temp); in createAffixMatchers()
|
H A D | utrans.cpp | 149 UParseError temp; in utrans_openU() local 152 parseError = &temp; in utrans_openU()
|
/third_party/skia/tests/ |
H A D | ProgramsTest.cpp | 109 SkString temp = this->invokeChild(0, args); variable 110 args.fFragBuilder->codeAppendf("return %s;", temp.c_str());
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Window.cpp | 25 int temp; in X11CodeToKey() local 27 keySymbols = XGetKeyboardMapping(display, scancode, 1, &temp); in X11CodeToKey()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-array.hh | 225 Type temp = arrayZ[rhs]; in reverse() local 227 arrayZ[lhs] = temp; in reverse()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | font_data_test.cc | 321 ByteArrayPtr temp = new MemoryByteArray(size); in TestWritableFontData() local 322 WritableFontDataPtr wfd_copy = new WritableFontData(temp); in TestWritableFontData()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | norm2allmodes.h | 296 UnicodeString temp; variable 297 ReorderingBuffer buffer(impl, temp);
|
/third_party/spirv-tools/source/opt/ |
H A D | mem_pass.cpp | 119 uint32_t temp = ptrInst->GetSingleWordInOperand(0); in GetPtr() local 120 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.c | 2393 struct dentry *temp; in ceph_mdsc_build_path() local 2411 temp = dentry; in ceph_mdsc_build_path() 2415 spin_lock(&temp->d_lock); in ceph_mdsc_build_path() 2416 inode = d_inode(temp); in ceph_mdsc_build_path() 2419 pos, temp); in ceph_mdsc_build_path() 2420 } else if (stop_on_nosnap && inode && dentry != temp && in ceph_mdsc_build_path() 2422 spin_unlock(&temp->d_lock); in ceph_mdsc_build_path() 2426 pos -= temp->d_name.len; in ceph_mdsc_build_path() 2428 spin_unlock(&temp->d_lock); in ceph_mdsc_build_path() 2431 memcpy(path + pos, temp in ceph_mdsc_build_path() [all...] |
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 371 // Emit desired load opcode, using temp addr_reg. in EmitLoad() 594 // Emit desired store opcode, using temp addr_reg. in VisitStore() 1090 InstructionOperand temp = g.TempRegister(); in VisitInt32Mul() local 1091 Emit(kMips64Shl | AddressingModeField::encode(kMode_None), temp, in VisitInt32Mul() 1095 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt32Mul() 1144 InstructionOperand temp = g.TempRegister(); in VisitInt64Mul() local 1145 Emit(kMips64Dshl | AddressingModeField::encode(kMode_None), temp, in VisitInt64Mul() 1149 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt64Mul() 1877 // Emit desired load opcode, using temp addr_reg. in VisitUnalignedLoad() 1933 // Emit desired store opcode, using temp addr_re in VisitUnalignedStore() 2301 InstructionOperand temp[3]; VisitWord32Compare() local 2327 InstructionOperand temp[3]; VisitWord32Compare() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 1050 InstructionOperand temp = g.TempRegister(); in VisitInt32Mul() local 1051 Emit(kLoong64Sll_w | AddressingModeField::encode(kMode_None), temp, in VisitInt32Mul() 1055 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt32Mul() 1104 InstructionOperand temp = g.TempRegister(); in VisitInt64Mul() local 1105 Emit(kLoong64Sll_d | AddressingModeField::encode(kMode_None), temp, in VisitInt64Mul() 1109 g.DefineAsRegister(node), temp, g.UseRegister(m.left().node())); in VisitInt64Mul() 1953 // Emit desired load opcode, using temp addr_reg. in VisitAtomicLoad() 2022 // Emit desired store opcode, using temp addr_reg. in VisitAtomicStore() 2045 InstructionOperand temp[3]; in VisitAtomicExchange() local 2046 temp[ in VisitAtomicExchange() 2071 InstructionOperand temp[3]; VisitAtomicCompareExchange() local [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 5027 Register temp = temps.AcquireX(); in GenerateStoreZero() local 5028 __ Mov(temp, reinterpret_cast<intptr_t>(target)); in GenerateStoreZero() 5029 __ Str(wzr, MemOperand(temp)); in GenerateStoreZero() 5051 Register temp = temps.AcquireX(); in GenerateStoreInput() local 5052 __ Mov(temp, reinterpret_cast<intptr_t>(target)); in GenerateStoreInput() 5053 __ Str(input, MemOperand(temp)); in GenerateStoreInput() 5071 Register temp = temps.AcquireX(); in GeneratePow() local 5073 __ Mov(temp, 1); in GeneratePow() 5075 __ Mul(temp, temp, inpu in GeneratePow() 5099 VRegister temp = temps.AcquireD(); GenerateSum() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_main.c | 1392 u32 temp; in netxen_read_ula_info() local 1398 temp = NXRD32(adapter, NETXEN_ULA_KEY); in netxen_read_ula_info() 1399 switch (temp) { in netxen_read_ula_info() 2140 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local 2143 temp = NXRD32(adapter, CRB_TEMP_STATE); in netxen_nic_check_temp() 2145 temp_state = nx_get_temp_state(temp); in netxen_nic_check_temp() 2146 temp_val = nx_get_temp_val(temp); in netxen_nic_check_temp() 2155 if (adapter->temp == NX_TEMP_NORMAL) { in netxen_nic_check_temp() 2163 if (adapter->temp == NX_TEMP_WARN) { in netxen_nic_check_temp() 2170 adapter->temp in netxen_nic_check_temp() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 1021 u8 temp[4]; in mix_column() local 1058 temp[0] = rotr[0]; /* Rotate right 8 bits */ in mix_column() 1062 rotr[3] = temp[0]; in mix_column() 1064 xor_32(add1bf7, rotr, temp); in mix_column() 1066 xor_32(temp, tempb, out); in mix_column() 2156 u32 temp; in rijndaelKeySetupEnc() local 2163 temp = rk[3]; in rijndaelKeySetupEnc() 2165 TE421(temp) ^ TE432(temp) ^ TE443(temp) in rijndaelKeySetupEnc() [all...] |
/kernel/linux/linux-5.10/drivers/usb/misc/ |
H A D | ftdi-elan.c | 2211 int temp; in ftdi_elan_check_controller() local 2259 for (temp = 0; temp < num_ports; temp++) { in ftdi_elan_check_controller() 2261 roothub.portstatus[temp], RH_PS_LSDA); in ftdi_elan_check_controller() 2384 for (temp = 0; temp < num_ports; temp++) { in ftdi_elan_check_controller() 2386 retval = ftdi_read_pcimem(ftdi, roothub.portstatus[temp], in ftdi_elan_check_controller() 2778 struct usb_ftdi *temp; in ftdi_elan_exit() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_main.c | 1392 u32 temp; in netxen_read_ula_info() local 1398 temp = NXRD32(adapter, NETXEN_ULA_KEY); in netxen_read_ula_info() 1399 switch (temp) { in netxen_read_ula_info() 2133 uint32_t temp, temp_state, temp_val; in netxen_nic_check_temp() local 2136 temp = NXRD32(adapter, CRB_TEMP_STATE); in netxen_nic_check_temp() 2138 temp_state = nx_get_temp_state(temp); in netxen_nic_check_temp() 2139 temp_val = nx_get_temp_val(temp); in netxen_nic_check_temp() 2148 if (adapter->temp == NX_TEMP_NORMAL) { in netxen_nic_check_temp() 2156 if (adapter->temp == NX_TEMP_WARN) { in netxen_nic_check_temp() 2163 adapter->temp in netxen_nic_check_temp() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uresbund.cpp | 1099 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath() local 1101 if (temp == NULL) { in ures_appendResPath() 1105 resB->fResPath = temp; in ures_appendResPath() 1261 const char* temp = nullptr; in getAliasTargetAsResourceBundle() local 1278 r = res_findResource(&dataEntry->fData, r, &aKey, &temp); in getAliasTargetAsResourceBundle() 1288 r = res_findResource(&dataEntry->fData, r, &aKey, &temp); in getAliasTargetAsResourceBundle() 1302 dataEntry, r, temp, -1, validLocaleDataEntry, nullptr, recursionDepth+1, in getAliasTargetAsResourceBundle() 1328 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp); in getAliasTargetAsResourceBundle() 1335 dataEntry, r, temp, -1, in getAliasTargetAsResourceBundle() 1341 if (temp in getAliasTargetAsResourceBundle() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uresbund.cpp | 1101 char *temp = (char *)uprv_realloc(resB->fResPath, (resB->fResPathLen+1)*sizeof(char)); in ures_appendResPath() local 1103 if (temp == nullptr) { in ures_appendResPath() 1107 resB->fResPath = temp; in ures_appendResPath() 1263 const char* temp = nullptr; in getAliasTargetAsResourceBundle() local 1280 r = res_findResource(&dataEntry->fData, r, &aKey, &temp); in getAliasTargetAsResourceBundle() 1290 r = res_findResource(&dataEntry->fData, r, &aKey, &temp); in getAliasTargetAsResourceBundle() 1304 dataEntry, r, temp, -1, validLocaleDataEntry, nullptr, recursionDepth+1, in getAliasTargetAsResourceBundle() 1330 r = res_findResource(&(dataEntry->fData), r, &myPath, &temp); in getAliasTargetAsResourceBundle() 1337 dataEntry, r, temp, -1, in getAliasTargetAsResourceBundle() 1343 if (temp in getAliasTargetAsResourceBundle() [all...] |