Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dfileio.c876 unsigned long long const maxSrcFileSize) in FIO_adjustMemLimitForPatchFromMode() argument
878 unsigned long long maxSize = MAX(prefs->memLimit, MAX(dictSize, maxSrcFileSize)); in FIO_adjustMemLimitForPatchFromMode()
959 unsigned long long const maxSrcFileSize, in FIO_adjustParamsForPatchFromMode() argument
962 unsigned const fileWindowLog = FIO_highbit64(maxSrcFileSize) + 1; in FIO_adjustParamsForPatchFromMode()
963 …ZSTD_compressionParameters const cParams = ZSTD_getCParams(cLevel, (size_t)maxSrcFileSize, (size_t… in FIO_adjustParamsForPatchFromMode()
964 FIO_adjustMemLimitForPatchFromMode(prefs, dictSize, maxSrcFileSize); in FIO_adjustParamsForPatchFromMode()
983 … const char* dictFileName, unsigned long long const maxSrcFileSize, in FIO_createCResources() argument
1001 …prefs, &comprParams, UTIL_getFileSize(dictFileName), ssSize > 0 ? ssSize : maxSrcFileSize, cLevel); in FIO_createCResources()