Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dbenchzstd.c167 int cLevel, in BMK_initCCtx() argument
205 int cLevel; member
310 const int cLevel, in BMK_benchMemAdvancedNoAlloc() argument
418 cctxprep.cLevel = cLevel; in BMK_benchMemAdvancedNoAlloc()
550 DISPLAYLEVEL(2, "%2i#\n", cLevel); in BMK_benchMemAdvancedNoAlloc()
657 cLevel, comprParams, in BMK_benchMem()
686 cLevel, comprParams, in BMK_benchCLevel()
700 if (cLevel > ZSTD_maxCLevel()) { in BMK_syntheticTest()
715 cLevel, compressionParams, in BMK_syntheticTest()
802 if (cLevel > ZSTD_maxCLevel()) { in BMK_benchFilesAdvanced()
[all …]
H A Dbenchzstd.h97 int cLevel, const ZSTD_compressionParameters* compressionParams,
131 int cLevel, const ZSTD_compressionParameters* compressionParams,
152 int cLevel, double compressibility,
187 int cLevel, const ZSTD_compressionParameters* comprParams,
201 int cLevel, const ZSTD_compressionParameters* comprParams,
H A Dzstdcli.c724 int cLevel = init_cLevel(); in main() local
1175 if (cLevel > ZSTD_maxCLevel()) cLevel = ZSTD_maxCLevel(); in main()
1177 if (cLevelLast < cLevel) cLevelLast = cLevel; in main()
1178 if (cLevelLast > cLevel) in main()
1186 for(c = cLevel; c <= cLevelLast; c++) { in main()
1190 for(; cLevel <= cLevelLast; cLevel++) { in main()
1194 for(; cLevel <= cLevelLast; cLevel++) { in main()
1262 if (cLevel > maxCLevel) { in main()
1264 cLevel = maxCLevel; in main()
1324 if (adaptMin > cLevel) cLevel = adaptMin; in main()
[all …]
H A Dfileio.c904 int cLevel) in FIO_adjustParamsForPatchFromMode() argument
907 …ZSTD_compressionParameters const cParams = ZSTD_getCParams(cLevel, (size_t)maxSrcFileSize, (size_t… in FIO_adjustParamsForPatchFromMode()
928 int cLevel, ZSTD_compressionParameters comprParams) { in FIO_createCResources() argument
945 …prefs, &comprParams, UTIL_getFileSize(dictFileName), ssSize > 0 ? ssSize : maxSrcFileSize, cLevel); in FIO_createCResources()
964 CHECK( ZSTD_CCtx_setParameter(ress.cctx, ZSTD_c_compressionLevel, cLevel) ); in FIO_createCResources()