Lines Matching refs:cLevelLast

583                             const char* displayName, int cLevel, int cLevelLast,  in BMK_benchCLevel()  argument
598 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()
708 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFileTable() argument
747 displayName, cLevel, cLevelLast, in BMK_benchFileTable()
759 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() argument
773 BMK_benchCLevel(srcBuffer, benchedSize, name, cLevel, cLevelLast, &benchedSize, 1, NULL, 0); in BMK_syntheticTest()
781 const char* dictFileName, int cLevel, int cLevelLast) in BMK_benchFiles() argument
786 BMK_syntheticTest(cLevel, cLevelLast, compressibility); in BMK_benchFiles()
788 BMK_benchFileTable(fileNamesTable, nbFiles, dictFileName, cLevel, cLevelLast); in BMK_benchFiles()
862 int cLevelLast = 1; in main() local
936 cLevelLast = readU32FromChar(&argument); in main()
1003 BMK_benchFiles(filenameTable, filenameIdx, dictFileName, cLevel, cLevelLast); in main()