Searched refs:bucketIdx (Results 1 – 3 of 3) sorted by relevance
2441 bool isLastInChain = (i + 1) == e || i->bucketIdx != (i + 1)->bucketIdx; in writeTo()2445 if (i->bucketIdx == oldBucket) in writeTo()2449 write32(buckets + i->bucketIdx, in writeTo()2451 oldBucket = i->bucketIdx; in writeTo()2483 uint32_t bucketIdx = hash % nBuckets; in addSymbols() local2484 symbols.push_back({b, ent.strTabOffset, hash, bucketIdx}); in addSymbols()2488 return std::tie(l.bucketIdx, l.strTabOffset) < in addSymbols()2489 std::tie(r.bucketIdx, r.strTabOffset); in addSymbols()3268 uint32_t bucketIdx = 1; in writeTo() local3271 endian::write32<ELFT::Endianness>(buf, bucketIdx); in writeTo()[all …]
709 uint32_t bucketIdx; member
489 U32 const bucketIdx = --hashIdx << ZSTD_LAZY_DDSS_BUCKET_LOG; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local493 hashTable[bucketIdx + i] = 0; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()495 hashTable[bucketIdx + bucketSize - 1] = chainPackedPointer; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()