Home
last modified time | relevance | path

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

12

/external/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/external/clang/lib/Lex/
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
/external/llvm/include/llvm/Support/
DOnDiskHashTable.h75 offset_type NumBuckets; variable
275 const typename Info::offset_type NumBuckets; variable
293 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() argument
307 offset_type NumBuckets = in readNumBucketsAndEntries() local
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DOnDiskHashTable.h74 offset_type NumBuckets; variable
275 const typename Info::offset_type NumBuckets; variable
293 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() argument
307 offset_type NumBuckets = in readNumBucketsAndEntries() local
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h60 uint32_t NumBuckets = 0; variable
/external/clang/include/clang/Lex/
DHeaderMapTypes.h35 uint32_t NumBuckets; // Number of buckets (always a power of 2). member
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h26 uint32_t NumBuckets; member
DDWARFUnitIndex.h37 uint32_t NumBuckets = 0; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp102 uint32_t NumBuckets = 0; in readGSIHashBuckets() local
/external/swiftshader/third_party/LLVM/lib/Support/
DFoldingSet.cpp208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
215 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/external/llvm/include/llvm/ADT/
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
DStringMap.h49 unsigned NumBuckets; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMap.h101 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
544 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
576 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
656 unsigned NumBuckets; variable
821 unsigned NumBuckets; member
DStringMap.h56 unsigned NumBuckets = 0; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h88 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
482 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
514 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
593 unsigned NumBuckets; variable
754 unsigned NumBuckets; member
DStringMap.h56 unsigned NumBuckets; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h39 uint32_t NumBuckets = 0; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
216 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
216 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/external/llvm/lib/Support/
DFoldingSet.cpp209 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
216 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/external/llvm/lib/DebugInfo/PDB/Raw/
DPublicsStream.cpp71 ulittle32_t NumBuckets; member
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h96 NumBuckets enumerator
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DStringMap.h68 unsigned NumBuckets; variable
DDenseMap.h41 unsigned NumBuckets; variable
/external/llvm/unittests/ADT/
DStringMapTest.cpp421 auto NumBuckets = Map.getNumBuckets(); in TEST() local

12