Searched refs:bucketIdx (Results 1 – 3 of 3) sorted by relevance
2388 bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx; in writeHashTable()2392 if (i->bucketIdx == oldBucket) in writeHashTable()2396 write32(buckets + i->bucketIdx, in writeHashTable()2398 oldBucket = i->bucketIdx; in writeHashTable()2437 uint32_t bucketIdx = hash % nBuckets; in addSymbols() local2438 symbols.push_back({b, ent.strTabOffset, hash, bucketIdx}); in addSymbols()2442 return l.bucketIdx < r.bucketIdx; in addSymbols()
651 uint32_t bucketIdx; member
571 U32 const bucketIdx = --hashIdx << ZSTD_LAZY_DDSS_BUCKET_LOG; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local575 hashTable[bucketIdx + i] = 0; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()577 hashTable[bucketIdx + bucketSize - 1] = chainPackedPointer; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()