Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c598 if (cLevelLast < cLevel) cLevelLast = cLevel; in BMK_benchCLevel()
601 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
609 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
617 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
625 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
633 if (cLevelLast > Z_BEST_COMPRESSION) cLevelLast = Z_BEST_COMPRESSION; in BMK_benchCLevel()
637 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
645 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
653 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
661 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
[all …]
/freebsd-12.1/sys/contrib/zstd/programs/
H A Dbench.c518 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() argument
537 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
586 int const cLevel, int const cLevelLast, in BMK_benchFileTable() argument
629 fileNamesTable[fileNb], cLevel, cLevelLast, in BMK_benchFileTable()
639 displayName, cLevel, cLevelLast, in BMK_benchFileTable()
651 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility, in BMK_syntheticTest() argument
675 int cLevel, int cLevelLast, in BMK_benchFiles() argument
681 if (cLevelLast > ZSTD_maxCLevel()) cLevelLast = ZSTD_maxCLevel(); in BMK_benchFiles()
682 if (cLevelLast < cLevel) cLevelLast = cLevel; in BMK_benchFiles()
683 if (cLevelLast > cLevel) in BMK_benchFiles()
[all …]
H A Dbench.h20 int cLevel, int cLevelLast, const ZSTD_compressionParameters* compressionParams);
H A Dzstdcli.c391 int cLevelLast = -1000000000; in main() local
416 (void)recursive; (void)cLevelLast; /* not used when ZSTD_NOBENCH set */ in main()
646 cLevelLast = readU32FromChar(&argument); in main()
801 … BMK_benchFiles(filenameTable, filenameIdx, dictFileName, cLevel, cLevelLast, &compressionParams); in main()