Home
last modified time | relevance | path

Searched refs:log2litLengthSum (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c26 optPtr->log2litLengthSum = ZSTD_highbit32(optPtr->litLengthSum+1); in ZSTD_setLog2Prices()
117 …U32 const price = LL_bits[llCode] + optPtr->log2litLengthSum - ZSTD_highbit32(optPtr->litLengthFre… in ZSTD_litLengthPrice()
H A Dzstd_compress_internal.h94 U32 log2litLengthSum; /* pow2 to compare log2(llfreq) to */ member
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c600 U32 log2litLengthSum; member
H A Dzstd_v07.c2835 U32 log2litLengthSum; member