Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/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_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
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
/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-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/include/llvm/Analysis/
DDominatorInternals.h186 SmallVector<unsigned, 32> Buckets; in Calculate() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.h241 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/include/llvm/ADT/
DDenseMap.h42 BucketT *Buckets; variable
/external/llvm/lib/ProfileData/
DInstrProfReader.cpp556 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp286 std::vector<unsigned> Buckets(NextPowerOf2(3 * IndexEntries.size() / 2)); in writeIndex() local
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp3072 ArrayRef<Elf_Word> Buckets = HashTable->buckets(); in printHashHistogram() local
3115 ArrayRef<Elf_Word> Buckets = GnuHashTable->buckets(); in printHashHistogram() local