Home
last modified time | relevance | path

Searched refs:bucketIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2441 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() local
2484 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() local
3271 endian::write32<ELFT::Endianness>(buf, bucketIdx); in writeTo()
[all …]
H A DSyntheticSections.h709 uint32_t bucketIdx; member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c489 U32 const bucketIdx = --hashIdx << ZSTD_LAZY_DDSS_BUCKET_LOG; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
493 hashTable[bucketIdx + i] = 0; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
495 hashTable[bucketIdx + bucketSize - 1] = chainPackedPointer; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()