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

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c280 U32 const lowPos = rankLast[nBitsToDecrease-1]; local
282 /* Decrease highPos if no symbols of lowPos or if it is
283 * not cheaper to remove 2 lowPos than highPos.
285 if (lowPos == noSymbol) break;
287 U32 const lowTotal = 2 * huffNode[lowPos].count;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8617 U32 const lowPos = rankLast[nBitsToDecrease-1]; local
8619 if (lowPos == noSymbol) break;
8621 U32 const lowTotal = 2 * huffNode[lowPos].count;
[all...]

Completed in 237 milliseconds