Home
last modified time | relevance | path

Searched defs:Buckets (Results 1 – 25 of 37) sorted by relevance

12

/external/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DOnDiskHashTable.h85 Bucket *Buckets; variable
89 void insert(Bucket *Buckets, size_t Size, Item *E) { in insert()
277 const unsigned char *const Buckets; variable
303 readNumBucketsAndEntries(const unsigned char *&Buckets) { in readNumBucketsAndEntries()
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h86 Bucket *Buckets; variable
90 void insert(Bucket *Buckets, size_t Size, Item *E) { in insert()
277 const unsigned char *const Buckets; variable
303 readNumBucketsAndEntries(const unsigned char *&Buckets) { in readNumBucketsAndEntries()
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
DGenericDomTreeConstruction.h185 SmallVector<unsigned, 32> Buckets; in Calculate() local
/external/brotli/c/enc/
Dhash_longest_match64_inc.h62 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) { in FN() argument
117 FN(Buckets)(self)[offset] = (uint32_t)ix; in FN() local
Dhash_longest_match_inc.h58 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) { in FN() argument
110 FN(Buckets)(self)[offset] = (uint32_t)ix; in FN() local
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
216 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*))); in AllocateBuckets() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
217 void **Buckets = static_cast<void**>(safe_calloc(NumBuckets + 1, in AllocateBuckets() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
217 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*))); in AllocateBuckets() local
/external/llvm/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
217 void **Buckets = static_cast<void**>(calloc(NumBuckets+1, sizeof(void*))); in AllocateBuckets() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTableBuilder.cpp161 std::vector<ulittle32_t> Buckets(BucketCount); in writeHashTable() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominatorInternals.h186 SmallVector<unsigned, 32> Buckets; in Calculate() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAccelTable.cpp266 const auto &Buckets = Contents.getBuckets(); in emitOffsets() local
310 const auto &Buckets = Contents.getBuckets(); in emitBuckets() local
331 const auto &Buckets = Contents.getBuckets(); in emitData() local
/external/syzkaller/vendor/golang.org/x/net/trace/
Dhistogram.go262 Buckets []*bucketData member
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h241 BucketList Buckets; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAccelTable.h172 BucketList Buckets; variable
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h200 storage_type Buckets = Data + BucketOffset; variable
/external/clang/unittests/Lex/
DHeaderMapTest.cpp27 HMapBucket Buckets[NumBuckets]; member
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp183 SmallVector<Bucket, 16> Buckets; in runOnLoop() local
/external/llvm/include/llvm/ADT/
DDenseMap.h592 BucketT *Buckets; variable
753 BucketT *Buckets; member
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h590 BucketT *Buckets; variable
753 BucketT *Buckets; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h653 BucketT *Buckets; variable
820 BucketT *Buckets; member
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/CoreStats/
DStats.cs243 public pbc::RepeatedField<global::Grpc.Core.Bucket> Buckets { property in Grpc.Core.Histogram
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp260 SmallVector<Bucket, 16> Buckets; in runOnLoop() local
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h42 BucketT *Buckets; variable

12