Home
last modified time | relevance | path

Searched refs:highPos (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhuf_compress.c279 U32 const highPos = rankLast[nBitsToDecrease]; in HUF_setMaxHeight() local
281 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
286 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8616 U32 const highPos = rankLast[nBitsToDecrease]; in HUF_setMaxHeight() local
8618 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
8620 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight()