Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dfileio.c828 unsigned long long const maxSrcFileSize) in FIO_adjustMemLimitForPatchFromMode() argument
830 unsigned long long maxSize = MAX(prefs->memLimit, MAX(dictSize, maxSrcFileSize)); in FIO_adjustMemLimitForPatchFromMode()
903 unsigned long long const maxSrcFileSize, in FIO_adjustParamsForPatchFromMode() argument
906 unsigned const fileWindowLog = FIO_highbit64(maxSrcFileSize) + 1; in FIO_adjustParamsForPatchFromMode()
907 …ZSTD_compressionParameters const cParams = ZSTD_getCParams(cLevel, (size_t)maxSrcFileSize, (size_t… in FIO_adjustParamsForPatchFromMode()
908 FIO_adjustMemLimitForPatchFromMode(prefs, dictSize, maxSrcFileSize); in FIO_adjustParamsForPatchFromMode()
927 … const char* dictFileName, unsigned long long const maxSrcFileSize, in FIO_createCResources() argument
945 …prefs, &comprParams, UTIL_getFileSize(dictFileName), ssSize > 0 ? ssSize : maxSrcFileSize, cLevel); in FIO_createCResources()