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

/linux-master/lib/zstd/compress/
H A Dhuf_compress.c342 { U32 currentNbBits = maxNbBits; local
345 if (huffNode[pos].nbBits >= currentNbBits) continue;
346 currentNbBits = huffNode[pos].nbBits; /* < maxNbBits */
347 rankLast[maxNbBits-currentNbBits] = (U32)pos;

Completed in 111 milliseconds