Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c252 U32 const highPos = rankLast[nBitsToDecrease]; in HUF_setMaxHeight() local
254 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
256 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhuf_compress.c359 U32 const highPos = rankLast[nBitsToDecrease]; in HUF_setMaxHeight() local
361 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
366 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight()