Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h709 uint32_t bucketIdx; member
H A DSyntheticSections.cpp2483 uint32_t bucketIdx = hash % nBuckets; in addSymbols() local
3268 uint32_t bucketIdx = 1; in writeTo() local
/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