Home
last modified time | relevance | path

Searched refs:offCode (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c175 U32 const offCode = ZSTD_highbit32(offset+1); in ZSTD_getMatchPrice() local
180 return ZSTD_highbit32((U32)mlBase+1) + 16 + offCode; in ZSTD_getMatchPrice()
182 price = offCode + optPtr->log2offCodeSum - ZSTD_highbit32(optPtr->offCodeFreq[offCode]+1); in ZSTD_getMatchPrice()
183 …if ((optLevel<2) /*static*/ && offCode >= 20) price += (offCode-19)*2; /* handicap for long distan… in ZSTD_getMatchPrice()
212 { U32 const offCode = ZSTD_highbit32(offsetCode+1); in ZSTD_updateStats() local
213 assert(offCode <= MaxOff); in ZSTD_updateStats()
214 optPtr->offCodeFreq[offCode]++; in ZSTD_updateStats()
/freebsd-12.1/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c1413 BYTE* offCode; member
H A Dzstd_v03.c2405 BYTE* offCode; member
H A Dzstd_v02.c2764 BYTE* offCode; member
H A Dzstd_v05.c525 BYTE* offCode; member