Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.h120 int startCLevel, int endCLevel,
135 int startingCLevel, int endCLevel,
H A Dbenchzstd.c937 int startCLevel, int endCLevel, in BMK_benchCLevels() argument
952 if (endCLevel > ZSTD_maxCLevel()) { in BMK_benchCLevels()
956 if (endCLevel < startCLevel) { in BMK_benchCLevels()
974 for (level = startCLevel; level <= endCLevel; level++) { in BMK_benchCLevels()
996 int startingCLevel, int endCLevel, in BMK_syntheticTest() argument
1031 startingCLevel, endCLevel, in BMK_syntheticTest()
1129 int startCLevel, int endCLevel, in BMK_benchFilesAdvanced() argument
1147 if (endCLevel > ZSTD_maxCLevel()) { in BMK_benchFilesAdvanced()
1247 startCLevel, endCLevel, in BMK_benchFilesAdvanced()