Searched refs:fileWindowLog (Results 1 – 1 of 1) sorted by relevance
906 unsigned const fileWindowLog = FIO_highbit64(maxSrcFileSize) + 1; in FIO_adjustParamsForPatchFromMode() local909 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()