Home
last modified time | relevance | path

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

12

/external/llvm-project/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/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/swiftshader/third_party/llvm-10.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() function
307 offset_type NumBuckets = in readNumBucketsAndEntries() local
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/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() function
307 offset_type NumBuckets = in readNumBucketsAndEntries() local
497 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/external/llvm-project/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/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/external/llvm-project/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPublicsStream.h60 uint32_t NumBuckets = 0; variable
/external/webrtc/modules/audio_coding/neteq/
Dhistogram.cc145 int Histogram::NumBuckets() const { in NumBuckets() function in webrtc::Histogram
/external/llvm-project/clang/include/clang/Lex/
DHeaderMapTypes.h34 uint32_t NumBuckets; // Number of buckets (always a power of 2). member
/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-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
/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
/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/swiftshader/third_party/llvm-10.0/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/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h38 uint32_t NumBuckets = 0; member
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h85 uint32_t NumBuckets = 0; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
549 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
581 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
695 unsigned NumBuckets; variable
869 unsigned NumBuckets; member
/external/llvm-project/llvm/include/llvm/ADT/
DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
578 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
610 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
724 unsigned NumBuckets; variable
898 unsigned NumBuckets; member
/external/llvm-project/llvm/lib/Support/
DFoldingSet.cpp213 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
220 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp158 uint32_t NumBuckets = 0; in readGSIHashBuckets() local
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DGlobalsStream.cpp158 uint32_t NumBuckets = 0; in readGSIHashBuckets() local

12