Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_internal.h214 U32 log2offCodeSum; member
H A Dzstd_opt.h34 ssPtr->log2offCodeSum = ZSTD_highbit32(ssPtr->offCodeSum + 1); in ZSTD_setLog2Prices()
151 price = offCode + seqStorePtr->log2offCodeSum - ZSTD_highbit32(seqStorePtr->offCodeFreq[offCode] + 1); in ZSTD_getPrice()

Completed in 3 milliseconds