Home
last modified time | relevance | path

Searched defs:End (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h84 RandomAccessIterator End, in medianOf3()
95 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort()
121 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort()
129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each()
147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n()
183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each()
190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n()
208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each()
214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DStreamingMemoryObject.cpp20 RawMemoryObject(const unsigned char *Start, const unsigned char *End) in RawMemoryObject()
53 uint64_t End = Address + Size; in readBytes() local
99 uint64_t End = Address + Size; in readBytes() local
130 const unsigned char *End) { in getNonStreamedMemoryObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
1052 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
1079 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DGlobPattern.cpp36 uint8_t End = S[2]; in expand() local
80 size_t End = S.find(']', 2); in scan() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBank.cpp33 for (unsigned RCId = 0, End = TRI.getNumRegClasses(); RCId != End; ++RCId) { in verify() local
103 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { in print() local
/third_party/typescript/tests/cases/fourslash/etslib/
Dflex.d.ts19 End, enumerator
29 End, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackLayout.cpp59 unsigned End = Start + Obj.Size; in layoutObject() local
69 unsigned End = Start + Obj.Size; in layoutObject() local
DLiveRangeCalc.cpp223 SlotIndex Start, End; in updateFromLiveIns() local
307 SlotIndex Begin, End; in isDefOnEntry() local
397 SlotIndex Start, End; in findReachingDefs() local
438 SlotIndex Start, End; in findReachingDefs() local
551 SlotIndex Start, End; in updateSSA() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h59 SetVector(It Start, It End) { in SetVector()
150 void insert(It Start, It End) { in insert()
304 SmallSetVector(It Start, It End) { in SmallSetVector()
DStringExtras.h202 char *End; in to_float() local
298 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
313 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
370 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
DSequence.h76 ValueT End) { in seq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h265 WrappedIteratorT End; member
279 filter_iterator(WrappedIteratorT Begin, WrappedIteratorT End, PredicateT Pred) in filter_iterator()
287 filter_iterator(WrappedIteratorT End) : BaseT(End) {} in filter_iterator()
DStringExtras.h161 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
176 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
232 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
/third_party/rust/crates/rustix/src/io/
Dseek_from.rs21 End(#[cfg_attr(staged_api, stable(feature = "rust1", since = "1.0.0"))] i64), enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp97 auto Begin = MRI->use_begin(Op0.getReg()), End = MRI->use_end(); in checkADDrr() local
155 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local
181 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
/third_party/node/deps/v8/src/heap/cppgc/
Dobject-view.h48 ConstAddress ObjectView<access_mode>::End() const { in End() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DAnnotations.h52 size_t End = 0; member
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DAsyncRunner.cpp32 void AsyncRunner::End() { in End() function in wgpu::binding::AsyncRunner
/third_party/node/src/crypto/
Dcrypto_clienthello-inl.h67 inline void ClientHelloParser::End() { in End() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFListTable.cpp49 uint64_t End = HeaderOffset + FullLength; in extract() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFListTable.h199 uint64_t End = getHeaderOffset() + Header.length(); in extract() local
218 uint64_t HeaderOffset, uint64_t End, in extract()
278 uint64_t End = getHeaderOffset() + Header.length(); in findList() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp103 const char *End = P + Size; in registerEHFramesInProcess() local
112 const char *End = P + Size; in deregisterEHFramesInProcess() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp53 Use *End = Begin + N; in allocHungoffUses() local
126 Use *End = Start + Us; in allocateFixedOperandUser() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86.h32 End enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DStringTable.h31 auto End = Data.find('\0', Offset); in getString() local

12345678910>>...15