/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringMap.h | 285 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local 317 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local 356 int Bucket = FindKey(Key); in find() local 362 int Bucket = FindKey(Key); in find() local 395 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local 434 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local 456 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local 499 : Ptr(Bucket) { in Ptr() argument 540 : base(Bucket, NoAdvance) {} in base() argument 557 : base(Bucket, NoAdvance) {} in base() argument
|
D | FoldingSet.h | 638 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {} in FoldingSetIterator() 667 FoldingSetBucketIteratorImpl(void **Bucket, bool) : Ptr(Bucket) {} in FoldingSetBucketIteratorImpl() 687 explicit FoldingSetBucketIterator(void **Bucket) : in FoldingSetBucketIterator() 690 FoldingSetBucketIterator(void **Bucket, bool) : in FoldingSetBucketIterator()
|
D | SmallPtrSet.h | 187 auto *Bucket = FindBucketFor(Ptr); in find_imp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringMap.h | 271 StringMapEntryBase *Bucket = RHS.TheTable[I]; in StringMap() local 316 int Bucket = FindKey(Key); in find() local 322 int Bucket = FindKey(Key); in find() local 350 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local 379 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in try_emplace() local 401 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local 437 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local 458 : Ptr(Bucket) { in Ptr() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 324 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local 358 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local 400 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local 429 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl() 446 void **Bucket = GetBucketPtr(Probe); in advance() local 461 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
|
D | SmallPtrSet.cpp | 51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local 66 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
|
D | StringMap.cpp | 186 int Bucket = FindKey(Key); in RemoveKey() local 228 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 137 struct Bucket { struct 138 Bucket(const SCEV *B, Instruction *I) : BaseSCEV(B), in Bucket() function 141 const SCEV *BaseSCEV; 142 SmallVector<BucketElement, 16> Elements; 309 SmallVector<Bucket, 16> &Buckets, in addOneCandidate() 680 SmallVector<Bucket, 16> &Buckets) { in updateFormPrep() 685 for (auto &Bucket : Buckets) in updateFormPrep() local 698 bool PPCLoopInstrFormPrep::dispFormPrep(Loop *L, SmallVector<Bucket, 16> &Buckets, in dispFormPrep() 706 for (auto &Bucket : Buckets) { in dispFormPrep() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | SmallPtrSet.cpp | 51 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp_big() local 80 void **Bucket = const_cast<void**>(FindBucketFor(Ptr)); in erase_imp() local 90 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
|
D | StringMap.cpp | 182 int Bucket = FindKey(Key); in RemoveKey() local 224 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
|
/third_party/grpc/src/ruby/qps/src/proto/grpc/core/ |
D | stats_pb.rb | 30 Bucket = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Bucket").msgclass constant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AccelTable.cpp | 76 uint32_t Bucket = E.second.HashValue % BucketCount; in finalize() local 83 for (auto &Bucket : Buckets) in finalize() local 251 for (auto &Bucket : Contents.getBuckets()) { in emitHashes() local 400 for (auto &Bucket : Contents.getBuckets()) { in getUniqueTags() local 435 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitBuckets() local 444 for (const auto &Bucket : enumerate(Contents.getBuckets())) { in emitStringOffsets() local 502 for (auto &Bucket : Contents.getBuckets()) { in emitData() local 672 for (auto &Bucket : Buckets) in print() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 79 struct Bucket { struct 85 Bucket *Buckets; argument 359 const unsigned char *Bucket = Buckets + sizeof(offset_type) * Idx; variable
|
D | ArrayRecycler.h | 39 SmallVector<FreeList*, 8> Bucket; variable
|
/third_party/grpc/src/proto/grpc/core/ |
D | stats.proto | 19 message Bucket { message
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Core/ |
D | Bucket.php | 14 class Bucket extends \Google\Protobuf\Internal\Message class
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | bucket.h | 33 Bucket(uint32_t id, uint32_t bucket_size) in Bucket() function
|
D | device_address.h | 31 class Bucket; variable
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/ |
D | Stats.cs | 46 public sealed partial class Bucket : pb::IMessage<Bucket> class 67 public Bucket() { in Bucket() method in Grpc.Core.Bucket 74 public Bucket(Bucket other) : this() { in Bucket() method in Grpc.Core.Bucket
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.cpp | 230 for (unsigned Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) { in dump() local 335 unsigned Bucket = HashValue % Hdr.BucketCount; in equal_range() local 749 for (uint32_t Bucket = 0; Bucket < Hdr.BucketCount; ++Bucket) in dump() local 798 uint32_t Bucket = *Hash % Hdr.BucketCount; in findEntryOffsetInCurrentIndex() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | TpiStream.cpp | 164 uint32_t Bucket = hashStringV1(Name) % Header->NumHashBuckets; in findRecordsByName() local
|
/third_party/jinja2/ |
D | bccache.py | 37 class Bucket(object): class
|
/third_party/skia/third_party/externals/jinja2/ |
D | bccache.py | 37 class Bucket(object): class
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | AlphabeticIndex.java | 895 public static class Bucket<V> implements Iterable<Record<V>> { class in AlphabeticIndex 940 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() method in AlphabeticIndex.Bucket
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | AlphabeticIndex.java | 861 public static class Bucket<V> implements Iterable<Record<V>> { class in AlphabeticIndex 899 private Bucket(String label, String lowerBoundary, LabelType labelType) { in Bucket() method in AlphabeticIndex.Bucket
|