Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DSyntheticSections.cpp2388 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() local
2438 symbols.push_back({b, ent.strTabOffset, hash, bucketIdx}); in addSymbols()
2442 return l.bucketIdx < r.bucketIdx; in addSymbols()
DSyntheticSections.h651 uint32_t bucketIdx; member
/external/zstd/lib/compress/
Dzstd_lazy.c571 U32 const bucketIdx = --hashIdx << ZSTD_LAZY_DDSS_BUCKET_LOG; in ZSTD_dedicatedDictSearch_lazy_loadDictionary() local
575 hashTable[bucketIdx + i] = 0; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
577 hashTable[bucketIdx + bucketSize - 1] = chainPackedPointer; in ZSTD_dedicatedDictSearch_lazy_loadDictionary()