Lines Matching defs:buckets
2462 size += nBuckets * 4; // Hash buckets
2489 uint32_t *buckets = reinterpret_cast<uint32_t *>(buf);
2491 uint32_t *values = buckets + nBuckets;
2503 // Write a hash bucket. Hash buckets contain indices in the following hash
2505 write32(ctx, buckets + i->bucketIdx,
2567 // Create as many buckets as there are symbols.
2580 uint32_t *buckets = p;
2588 chains[i] = buckets[hash];
2589 write32(ctx, buckets + hash, i);
3332 SmallVector<SmallVector<NameEntry *, 0>, 0> buckets(hdr.BucketCount);
3336 buckets[ne.hashValue % hdr.BucketCount].push_back(&ne);
3338 // Write buckets (accumulated bucket counts).
3340 for (const SmallVector<NameEntry *, 0> &bucket : buckets) {
3347 for (const SmallVector<NameEntry *, 0> &bucket : buckets)
3355 for (const SmallVector<NameEntry *, 0> &bucket : buckets)
3360 for (const SmallVector<NameEntry *, 0> &bucket : buckets)