Searched refs:getNumBuckets (Results 1 – 10 of 10) sorted by relevance
42 if (NumBuckets > getNumBuckets()) in reserve()255 if (getNumBuckets() == 0) // Nothing to do. in destroyAll()271 CHECK_EQ((getNumBuckets() & (getNumBuckets() - 1)), 0); in initEmpty()318 CHECK_EQ(getNumBuckets(), other.getNumBuckets()); in copyFrom()326 other.getBuckets(), getNumBuckets() * sizeof(BucketT)); in copyFrom()328 for (uptr i = 0; i < getNumBuckets(); ++i) { in copyFrom()382 unsigned getNumBuckets() const { in getNumBuckets() function383 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets()386 BucketT *getBucketsEnd() { return getBuckets() + getNumBuckets(); } in getBucketsEnd()389 return getBuckets() + getNumBuckets(); in getBucketsEnd()[all …]
106 if (NumBuckets > getNumBuckets()) in reserve()116 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear()404 if (getNumBuckets() == 0) // Nothing to do. in destroyAll()420 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty()467 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom()475 getNumBuckets() * sizeof(BucketT)); in copyFrom()477 for (size_t i = 0; i < getNumBuckets(); ++i) { in copyFrom()567 unsigned getNumBuckets() const { in getNumBuckets() function568 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets()572 return getBuckets() + getNumBuckets(); in getBucketsEnd()[all …]
100 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
63 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
152 uint64_t getHashBase() const { return getBucketBase() + getNumBuckets() * 4; } in getHashBase()172 return Hash % getNumBuckets(); in hashToBucketIdx()322 uint32_t getNumBuckets() const;
315 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
483 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
92 uint32_t AppleAcceleratorTable::getNumBuckets() const { in getNumBuckets() function in AppleAcceleratorTable
1130 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
1699 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()