Searched refs:cLevelLast (Results 1 – 3 of 3) sorted by relevance
/external/lz4/programs/ |
D | bench.c | 387 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() argument 401 if (cLevelLast < cLevel) cLevelLast = cLevel; in BMK_benchCLevel() 403 for (l=cLevel; l <= cLevelLast; l++) { in BMK_benchCLevel() 444 int cLevel, int cLevelLast) in BMK_benchFileTable() argument 470 displayName, cLevel, cLevelLast, in BMK_benchFileTable() 480 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() argument 494 BMK_benchCLevel(srcBuffer, benchedSize, name, cLevel, cLevelLast, &benchedSize, 1); in BMK_syntheticTest() 502 int cLevel, int cLevelLast) in BMK_benchFiles() argument 507 if (cLevelLast > LZ4HC_CLEVEL_MAX) cLevelLast = LZ4HC_CLEVEL_MAX; in BMK_benchFiles() 508 if (cLevelLast < cLevel) cLevelLast = cLevel; in BMK_benchFiles() [all …]
|
D | bench.h | 29 int cLevel, int cLevelLast);
|
D | lz4cli.c | 269 cLevelLast=1, in main() local 378 cLevelLast = readU32FromChar(&argument); in main() 534 operationResult = BMK_benchFiles(inFileNames, ifnIdx, cLevel, cLevelLast); in main()
|