Searched refs:nBuckets (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/stand/ficl/
H A Dsearch.c242 FICL_UNS nBuckets; local
247 nBuckets = stackPopUNS(pVM->pStack);
248 pHash = dictCreateWordlist(dp, nBuckets);
H A Ddict.c410 FICL_HASH *dictCreateWordlist(FICL_DICT *dp, int nBuckets) argument
417 + (nBuckets-1) * sizeof (FICL_WORD *));
419 pHash->size = nBuckets;
H A Dficl.h763 FICL_HASH *dictCreateWordlist(FICL_DICT *dp, int nBuckets);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2289 size += nBuckets * 4; // Hash buckets
2300 write32(buf, nBuckets);
2335 uint32_t *values = buckets + nBuckets;
2382 nBuckets = std::max<size_t>((v.end() - mid) / 4, 1);
2390 uint32_t bucketIdx = hash % nBuckets;
H A DSyntheticSections.h650 size_t nBuckets = 0; member in class:lld::elf::final

Completed in 82 milliseconds