Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c28 optPtr->log2offCodeSum = ZSTD_highbit32(optPtr->offCodeSum+1); in ZSTD_setLog2Prices()
182 price = offCode + optPtr->log2offCodeSum - ZSTD_highbit32(optPtr->offCodeFreq[offCode]+1); in ZSTD_getMatchPrice()
H A Dzstd_compress_internal.h96 U32 log2offCodeSum; /* pow2 to compare log2(offreq) to */ member
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c602 U32 log2offCodeSum; member
H A Dzstd_v07.c2837 U32 log2offCodeSum; member