/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 475 const NameIndex *CurrentIndex = nullptr; variable 520 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset; 530 const NameIndex *CurrentIndex; variable 536 assert(CurrentName <= CurrentIndex->getNameCount()); in next() 549 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument 550 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator() 553 return CurrentIndex->getNameTableEntry(CurrentName); 566 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 474 const NameIndex *CurrentIndex = nullptr; variable 519 return A.CurrentIndex == B.CurrentIndex && A.DataOffset == B.DataOffset; 529 const NameIndex *CurrentIndex; variable 535 assert(CurrentName <= CurrentIndex->getNameCount()); in next() 548 NameIterator(const NameIndex *CurrentIndex, uint32_t CurrentName) in NameIterator() argument 549 : CurrentIndex(CurrentIndex), CurrentName(CurrentName) {} in NameIterator() 552 return CurrentIndex->getNameTableEntry(CurrentName); 565 return A.CurrentIndex == B.CurrentIndex && A.CurrentName == B.CurrentName;
|
/external/angle/src/common/ |
D | vector_utils.h | 93 template <size_t CurrentIndex, size_t OtherDimension, typename OtherType, typename... Args> 99 template <size_t CurrentIndex, typename OtherType, typename... Args> 104 template <size_t CurrentIndex> 218 template <size_t CurrentIndex, size_t OtherDimension, typename OtherType, typename... Args> 222 static_assert(CurrentIndex + OtherDimension <= Dimension, in initWithList() 226 mData[CurrentIndex + i] = static_cast<Type>(arg1.mData[i]); in initWithList() 228 initWithList<CurrentIndex + OtherDimension>(args...); in initWithList() 232 template <size_t CurrentIndex, typename OtherType, typename... Args> 236 static_assert(CurrentIndex + 1 <= Dimension, "Too much data in the vector constructor."); in initWithList() 237 mData[CurrentIndex] = static_cast<Type>(arg1); in initWithList() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 784 const Header &Hdr = CurrentIndex->Hdr; in findEntryOffsetInCurrentIndex() 787 for (NameTableEntry NTE : *CurrentIndex) { in findEntryOffsetInCurrentIndex() 799 uint32_t Index = CurrentIndex->getBucketArrayEntry(Bucket); in findEntryOffsetInCurrentIndex() 804 uint32_t Hash = CurrentIndex->getHashArrayEntry(Index); in findEntryOffsetInCurrentIndex() 808 NameTableEntry NTE = CurrentIndex->getNameTableEntry(Index); in findEntryOffsetInCurrentIndex() 816 auto EntryOr = CurrentIndex->getEntry(&DataOffset); in getEntryAtCurrentOffset() 834 for (const NameIndex *End = CurrentIndex->Section.NameIndices.end(); in searchFromStartOfCurrentIndex() 835 CurrentIndex != End; ++CurrentIndex) { in searchFromStartOfCurrentIndex() 843 assert(CurrentIndex && "Incrementing an end() iterator?"); in next() 850 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 799 const Header &Hdr = CurrentIndex->Hdr; in findEntryOffsetInCurrentIndex() 802 for (NameTableEntry NTE : *CurrentIndex) { in findEntryOffsetInCurrentIndex() 814 uint32_t Index = CurrentIndex->getBucketArrayEntry(Bucket); in findEntryOffsetInCurrentIndex() 819 uint32_t Hash = CurrentIndex->getHashArrayEntry(Index); in findEntryOffsetInCurrentIndex() 823 NameTableEntry NTE = CurrentIndex->getNameTableEntry(Index); in findEntryOffsetInCurrentIndex() 831 auto EntryOr = CurrentIndex->getEntry(&DataOffset); in getEntryAtCurrentOffset() 849 for (const NameIndex *End = CurrentIndex->Section.NameIndices.end(); in searchFromStartOfCurrentIndex() 850 CurrentIndex != End; ++CurrentIndex) { in searchFromStartOfCurrentIndex() 858 assert(CurrentIndex && "Incrementing an end() iterator?"); in next() 865 if (IsLocal || CurrentIndex == &CurrentIndex->Section.NameIndices.back()) { in next() [all …]
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 328 auto CurrentIndex = getHighestParentAbove(I); in propagateAttrs() local 329 if (!Visited.insert(CurrentIndex).second) in propagateAttrs() 332 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs() 333 auto &CurrentBits = Links[CurrentIndex].Attrs; in propagateAttrs() 334 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() 337 CurrentIndex = NextIndex; in propagateAttrs()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | StratifiedSets.h | 318 auto CurrentIndex = getHighestParentAbove(I); in propagateAttrs() local 319 if (!Visited.insert(CurrentIndex).second) in propagateAttrs() 322 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs() 323 auto &CurrentBits = Links[CurrentIndex].Attrs; in propagateAttrs() 324 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() 327 CurrentIndex = NextIndex; in propagateAttrs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 318 auto CurrentIndex = getHighestParentAbove(I); in propagateAttrs() local 319 if (!Visited.insert(CurrentIndex).second) in propagateAttrs() 322 while (Links[CurrentIndex].hasBelow()) { in propagateAttrs() 323 auto &CurrentBits = Links[CurrentIndex].Attrs; in propagateAttrs() 324 auto NextIndex = Links[CurrentIndex].Below; in propagateAttrs() 327 CurrentIndex = NextIndex; in propagateAttrs()
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_tsd_shared.cpp | 22 static atomic_uint32_t CurrentIndex; variable 63 u32 Index = atomic_fetch_add(&CurrentIndex, 1, memory_order_relaxed); in initThread()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/json/ |
D | json_reader.cc | 96 size_t CurrentIndex() const { return input_ - original_input_ - 1; } in CurrentIndex() function in grpc_core::__anon4d835ffe0111::JsonReader 185 CurrentIndex()) in CreateAndLinkValue() 206 GRPC_JSON_MAX_DEPTH, CurrentIndex()) in StartContainer() 835 reader.CurrentIndex()) in Parse() 839 absl::StrCat("JSON parse error at index ", reader.CurrentIndex()) in Parse()
|
/external/scudo/standalone/ |
D | tsd_shared.h | 152 const u32 Index = atomic_fetch_add(&CurrentIndex, 1U, memory_order_relaxed); in initThread() 200 atomic_u32 CurrentIndex = {}; member
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | tsd_shared.h | 152 const u32 Index = atomic_fetch_add(&CurrentIndex, 1U, memory_order_relaxed); in initThread() 200 atomic_u32 CurrentIndex; member
|
/external/libchrome/base/containers/ |
D | ring_buffer.h | 31 size_t CurrentIndex() const { return current_index_; } in CurrentIndex() function
|
/external/llvm/include/llvm/IR/ |
D | InstrTypes.h | 1608 unsigned CurrentIndex = BeginIndex; 1614 BOI.Begin = CurrentIndex; 1615 BOI.End = CurrentIndex + BI->input_size(); 1616 CurrentIndex = BOI.End;
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | otTables.py | 152 self.MarkIndex, self.CurrentIndex = 0xFFFF, 0xFFFF 162 writer.writeUShort(self.CurrentIndex) 172 self.CurrentIndex = reader.readUShort() 183 value=self.CurrentIndex) 191 self.MarkIndex, self.CurrentIndex = 0xFFFF, 0xFFFF 204 self.CurrentIndex = safeEval(eltAttrs["value"])
|
D | otConverters.py | 1174 if t.CurrentIndex != 0xFFFF: 1177 t.CurrentIndex + 1)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2949 size_t CurrentIndex = 0; member in __anondc2463830711::PhiNodeSetIterator 3051 void SkipRemovedElements(size_t &CurrentIndex) { in SkipRemovedElements() argument 3052 while (CurrentIndex < NodeList.size()) { in SkipRemovedElements() 3053 auto it = NodeMap.find(NodeList[CurrentIndex]); in SkipRemovedElements() 3056 if (it != NodeMap.end() && it->second == CurrentIndex) in SkipRemovedElements() 3058 ++CurrentIndex; in SkipRemovedElements() 3064 : Set(Set), CurrentIndex(Start) {} in PhiNodeSetIterator() 3067 assert(CurrentIndex < Set->NodeList.size() && in operator *() 3069 return Set->NodeList[CurrentIndex]; in operator *() 3073 assert(CurrentIndex < Set->NodeList.size() && in operator ++() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 1003 assert(CurrentIndex < NumIndexes); in addIndex() 1004 Indexes[CurrentIndex++] = Index; in addIndex() 1068 SizeT CurrentIndex = 0; variable
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3096 size_t CurrentIndex = 0; member in __anon9452010f0b11::PhiNodeSetIterator 3198 void SkipRemovedElements(size_t &CurrentIndex) { in SkipRemovedElements() argument 3199 while (CurrentIndex < NodeList.size()) { in SkipRemovedElements() 3200 auto it = NodeMap.find(NodeList[CurrentIndex]); in SkipRemovedElements() 3203 if (it != NodeMap.end() && it->second == CurrentIndex) in SkipRemovedElements() 3205 ++CurrentIndex; in SkipRemovedElements() 3211 : Set(Set), CurrentIndex(Start) {} in PhiNodeSetIterator() 3214 assert(CurrentIndex < Set->NodeList.size() && in operator *() 3216 return Set->NodeList[CurrentIndex]; in operator *() 3220 assert(CurrentIndex < Set->NodeList.size() && in operator ++() [all …]
|
/external/fonttools/Tests/ttLib/tables/ |
D | otTables_test.py | 411 a.MarkIndex, a.CurrentIndex = 0xDEAD, 0xBEEF
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 364 unsigned CurrentIndex = BeginIndex; in populateBundleOperandInfos() local 370 BOI.Begin = CurrentIndex; in populateBundleOperandInfos() 371 BOI.End = CurrentIndex + BI->input_size(); in populateBundleOperandInfos() 372 CurrentIndex = BOI.End; in populateBundleOperandInfos()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 373 unsigned CurrentIndex = BeginIndex; in populateBundleOperandInfos() local 379 BOI.Begin = CurrentIndex; in populateBundleOperandInfos() 380 BOI.End = CurrentIndex + BI->input_size(); in populateBundleOperandInfos() 381 CurrentIndex = BOI.End; in populateBundleOperandInfos()
|