Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c906 unsigned const fileWindowLog = FIO_highbit64(maxSrcFileSize) + 1; in FIO_adjustParamsForPatchFromMode() local
909 if (fileWindowLog > ZSTD_WINDOWLOG_MAX) in FIO_adjustParamsForPatchFromMode()
911 comprParams->windowLog = MIN(ZSTD_WINDOWLOG_MAX, fileWindowLog); in FIO_adjustParamsForPatchFromMode()
912 if (fileWindowLog > ZSTD_cycleLog(cParams.chainLog, cParams.strategy)) { in FIO_adjustParamsForPatchFromMode()