Home
last modified time | relevance | path

Searched refs:temp (Results 1326 - 1350 of 1903) sorted by relevance

1...<<51525354555657585960>>...77

/third_party/icu/icu4c/source/i18n/
H A Dnumparse_affixes.cpp361 AffixMatcher temp = std::move(fAffixMatchers[i - 1]); in createAffixMatchers() local
363 fAffixMatchers[i] = std::move(temp); in createAffixMatchers()
H A Dcsdetect.cpp205 UBool temp = fStripTags; in setStripTagsFlag() local
208 return temp; in setStripTagsFlag()
H A Dutrans.cpp149 UParseError temp; in utrans_openU() local
152 parseError = &temp; in utrans_openU()
/third_party/node/deps/v8/src/wasm/
H A Djump-table-assembler.cc389 UseScratchRegisterScope temp(this);
390 Register rd = temp.Acquire();
/third_party/node/deps/icu-small/source/common/
H A Dnorm2allmodes.h296 UnicodeString temp; variable
297 ReorderingBuffer buffer(impl, temp);
/third_party/node/deps/icu-small/source/i18n/
H A Dutrans.cpp149 UParseError temp; in utrans_openU() local
152 parseError = &temp; in utrans_openU()
H A Dnumparse_affixes.cpp361 AffixMatcher temp = std::move(fAffixMatchers[i - 1]); in createAffixMatchers() local
363 fAffixMatchers[i] = std::move(temp); in createAffixMatchers()
H A Dcsdetect.cpp205 UBool temp = fStripTags; in setStripTagsFlag() local
208 return temp; in setStripTagsFlag()
/third_party/node/deps/v8/src/codegen/arm/
H A Dconstants-arm.h431 char* temp = reinterpret_cast<char*>(&instr); \
432 return reinterpret_cast<Instruction*>(temp)->Name(); \
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs565 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 Drenderer11_utils.h397 ID3D11Resource *temp = mData->object; in init() local
399 texture.mData->object = static_cast<ResourceT *>(temp); in init()
H A DResourceManager11.h324 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 Dmem_pass.cpp118 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 Dmem_pass.cpp118 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 Dcsdetect.cpp205 UBool temp = fStripTags; in setStripTagsFlag() local
208 return temp; in setStripTagsFlag()
H A Dnumparse_affixes.cpp347 AffixMatcher temp = std::move(fAffixMatchers[i - 1]); in createAffixMatchers() local
349 fAffixMatchers[i] = std::move(temp); in createAffixMatchers()
H A Dutrans.cpp149 UParseError temp; in utrans_openU() local
152 parseError = &temp; in utrans_openU()
/third_party/skia/tests/
H A DProgramsTest.cpp109 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 DX11Window.cpp25 int temp; in X11CodeToKey() local
27 keySymbols = XGetKeyboardMapping(display, scancode, 1, &temp); in X11CodeToKey()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-array.hh225 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 Dfont_data_test.cc321 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 Dnorm2allmodes.h296 UnicodeString temp; variable
297 ReorderingBuffer buffer(impl, temp);
/third_party/spirv-tools/source/opt/
H A Dmem_pass.cpp119 uint32_t temp = ptrInst->GetSingleWordInOperand(0); in GetPtr() local
120 ptrInst = get_def_use_mgr()->GetDef(temp); in GetPtr()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc371 // 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 Dinstruction-selector-loong64.cc1050 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...]

Completed in 32 milliseconds

1...<<51525354555657585960>>...77