Home
last modified time | relevance | path

Searched defs:NumBuckets (Results 1 – 25 of 80) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DOnDiskHashTable.h73 offset_type NumBuckets; variable
274 const typename Info::offset_type NumBuckets; variable
292 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() argument
306 offset_type NumBuckets = in readNumBucketsAndEntries() local
503 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DOnDiskHashTable.h73 offset_type NumBuckets; variable
274 const typename Info::offset_type NumBuckets; variable
292 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() function
306 offset_type NumBuckets = in readNumBucketsAndEntries() local
500 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DOnDiskHashTable.h73 offset_type NumBuckets; variable
274 const typename Info::offset_type NumBuckets; variable
292 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() function
306 offset_type NumBuckets = in readNumBucketsAndEntries() local
503 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h73 offset_type NumBuckets; variable
274 const typename Info::offset_type NumBuckets; variable
292 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() function
306 offset_type NumBuckets = in readNumBucketsAndEntries() local
496 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DOnDiskHashTable.h73 offset_type NumBuckets; variable
274 const typename Info::offset_type NumBuckets; variable
292 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() function
306 offset_type NumBuckets = in readNumBucketsAndEntries() local
503 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h75 offset_type NumBuckets; variable
275 const typename Info::offset_type NumBuckets; variable
293 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() function
307 offset_type NumBuckets = in readNumBucketsAndEntries() local
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h74 offset_type NumBuckets; variable
275 const typename Info::offset_type NumBuckets; variable
293 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() function
307 offset_type NumBuckets = in readNumBucketsAndEntries() local
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/aosp_15_r20/external/clang/lib/Lex/
H A DHeaderMap.cpp90 uint32_t NumBuckets = NeedsByteSwap in checkHeader() local
174 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in dump() local
213 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in lookupFilename() local
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DDenseMap.h87 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
484 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
516 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
595 unsigned NumBuckets; variable
754 unsigned NumBuckets; member
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMap.h88 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
483 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
515 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
594 unsigned NumBuckets; variable
755 unsigned NumBuckets; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
606 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
638 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
752 unsigned NumBuckets; variable
926 unsigned NumBuckets; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
606 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
638 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
752 unsigned NumBuckets; variable
926 unsigned NumBuckets; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
606 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
638 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
752 unsigned NumBuckets; variable
926 unsigned NumBuckets; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
579 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
611 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
725 unsigned NumBuckets; variable
899 unsigned NumBuckets; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
550 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
582 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
696 unsigned NumBuckets; variable
870 unsigned NumBuckets; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
606 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
638 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
752 unsigned NumBuckets; variable
926 unsigned NumBuckets; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DFoldingSet.cpp165 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
172 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/aosp_15_r20/external/llvm/lib/Support/
H A DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
216 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFoldingSet.cpp208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
215 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/aosp_15_r20/external/clang/test/SemaCXX/
H A D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DHeaderMap.h46 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in forEachKey() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DHeaderMap.h46 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in forEachKey() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DHeaderMap.h46 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in forEachKey() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DHeaderMap.h46 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in forEachKey() local
/aosp_15_r20/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DPublicsStream.h60 uint32_t NumBuckets = 0; variable

1234