Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhuf_compress.c430 U32 const highPos = rankLast[nBitsToDecrease]; in HUF_setMaxHeight() local
432 if (highPos == noSymbol) continue; in HUF_setMaxHeight()
437 { U32 const highTotal = huffNode[highPos].count; in HUF_setMaxHeight()