Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c190 U32 const srcLog = MAX(ZSTD_HASHLOG_MIN, ZSTD_highbit32((U32)(rSize)-1) + 1); in ZSTD_adjustCParams() local
191 if (cPar.windowLog > srcLog) in ZSTD_adjustCParams()
192 cPar.windowLog = srcLog; in ZSTD_adjustCParams()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c1288 U32 const srcLog = (tSize < hashSizeMin) ? ZSTD_HASHLOG_MIN : in ZSTD_adjustCParams_internal() local
1290 if (cPar.windowLog > srcLog) cPar.windowLog = srcLog; in ZSTD_adjustCParams_internal()

Completed in 17 milliseconds