Lines Matching defs:buckets
2407 size += nBuckets * 4; // Hash buckets
2433 uint32_t *buckets = reinterpret_cast<uint32_t *>(buf);
2435 uint32_t *values = buckets + nBuckets;
2447 // Write a hash bucket. Hash buckets contain indices in the following hash
2449 write32(buckets + i->bucketIdx,
2511 // Create as many buckets as there are symbols.
2524 uint32_t *buckets = p;
2532 chains[i] = buckets[hash];
2533 write32(buckets + hash, i);
3261 SmallVector<SmallVector<NameEntry *, 0>, 0> buckets(hdr.BucketCount);
3265 buckets[ne.hashValue % hdr.BucketCount].push_back(&ne);
3267 // Write buckets (accumulated bucket counts).
3269 for (const SmallVector<NameEntry *, 0> &bucket : buckets) {
3276 for (const SmallVector<NameEntry *, 0> &bucket : buckets)
3284 for (const SmallVector<NameEntry *, 0> &bucket : buckets)
3289 for (const SmallVector<NameEntry *, 0> &bucket : buckets)