Searched refs:hashIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/stand/ficl/
H A Ddict.c800 UNS16 hashIdx; local
808 hashIdx = (UNS16)(hashCode % pHash->size);
810 hashIdx = 0;
812 for (pFW = pHash->table[hashIdx]; pFW; pFW = pFW->link)
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c422 U32 hashIdx; local
441 for (hashIdx = 0; hashIdx < (1U << hashLog); hashIdx++) {
444 U32 i = tmpHashTable[hashIdx];
479 tmpHashTable[hashIdx] = ((chainPos - count) << 8) + count;
481 tmpHashTable[hashIdx] = 0;
488 for (hashIdx = (1 << hashLog); hashIdx; ) {
489 U32 const bucketIdx = --hashIdx << ZSTD_LAZY_DDSS_BUCKET_LO
[all...]

Completed in 85 milliseconds