Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dhuf_compress.c265 { U32 currentNbBits = maxNbBits; in HUF_setMaxHeight() local
268 if (huffNode[pos].nbBits >= currentNbBits) continue; in HUF_setMaxHeight()
269 currentNbBits = huffNode[pos].nbBits; /* < maxNbBits */ in HUF_setMaxHeight()
270 rankLast[maxNbBits-currentNbBits] = (U32)pos; in HUF_setMaxHeight()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c8605 { U32 currentNbBits = maxNbBits; in HUF_setMaxHeight() local
8608 if (huffNode[pos].nbBits >= currentNbBits) continue; in HUF_setMaxHeight()
8609 currentNbBits = huffNode[pos].nbBits; /* < maxNbBits */ in HUF_setMaxHeight()
8610 rankLast[maxNbBits-currentNbBits] = (U32)pos; in HUF_setMaxHeight()