Lines Matching refs:cLevelLast

585                             const char* displayName, int cLevel, int cLevelLast,  in BMK_benchCLevel()  argument
602 if (cLevelLast < cLevel) cLevelLast = cLevel; in BMK_benchCLevel()
605 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
613 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
621 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
629 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
637 if (cLevelLast > Z_BEST_COMPRESSION) cLevelLast = Z_BEST_COMPRESSION; in BMK_benchCLevel()
641 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
649 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
657 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
665 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
712 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFileTable() argument
751 displayName, cLevel, cLevelLast, in BMK_benchFileTable()
763 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() argument
777 BMK_benchCLevel(srcBuffer, benchedSize, name, cLevel, cLevelLast, &benchedSize, 1, NULL, 0); in BMK_syntheticTest()
785 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFiles() argument
790 BMK_syntheticTest(cLevel, cLevelLast, compressibility); in BMK_benchFiles()
792 BMK_benchFileTable(fileNamesTable, nbFiles, dictFileName, cLevel, cLevelLast); in BMK_benchFiles()
866 int cLevelLast = 1; in main() local
934 cLevelLast = (int)readU32FromChar(&argument); in main()
994 …benchFiles(filenames->fileNames, (unsigned)filenames->tableSize, dictFileName, cLevel, cLevelLast); in main()