Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c1196 int const overlapRLog = 9 - ZSTDMT_overlapLog(params->overlapLog, params->cParams.strategy); in ZSTDMT_computeOverlapSize() local
1197 int ovLog = (overlapRLog >= 8) ? 0 : (params->cParams.windowLog - overlapRLog); in ZSTDMT_computeOverlapSize()
1198 assert(0 <= overlapRLog && overlapRLog <= 8); in ZSTDMT_computeOverlapSize()
1205 - overlapRLog; in ZSTDMT_computeOverlapSize()