Lines Matching refs:cLevelLast

600                             const char* displayName, int cLevel, int cLevelLast,  in BMK_benchCLevel()  argument
617 if (cLevelLast < cLevel) cLevelLast = cLevel; in BMK_benchCLevel()
620 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
628 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
636 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
644 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
652 if (cLevelLast > Z_BEST_COMPRESSION) cLevelLast = Z_BEST_COMPRESSION; in BMK_benchCLevel()
656 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
664 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
672 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
680 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel()
727 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFileTable() argument
766 displayName, cLevel, cLevelLast, in BMK_benchFileTable()
778 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() argument
792 BMK_benchCLevel(srcBuffer, benchedSize, name, cLevel, cLevelLast, &benchedSize, 1, NULL, 0); in BMK_syntheticTest()
800 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFiles() argument
805 BMK_syntheticTest(cLevel, cLevelLast, compressibility); in BMK_benchFiles()
807 BMK_benchFileTable(fileNamesTable, nbFiles, dictFileName, cLevel, cLevelLast); in BMK_benchFiles()
881 int cLevelLast = 1; in main() local
949 cLevelLast = (int)readU32FromChar(&argument); in main()
1009 …benchFiles(filenames->fileNames, (unsigned)filenames->tableSize, dictFileName, cLevel, cLevelLast); in main()