HomeSort by relevance Sort by last modified time
    Searched refs:cLevelLast (Results 1 - 3 of 3) sorted by null

  /external/lz4/programs/
bench.h 29 int cLevel, int cLevelLast);
bench.c 387 const char* displayName, int cLevel, int cLevelLast,
401 if (cLevelLast < cLevel) cLevelLast = cLevel;
403 for (l=cLevel; l <= cLevelLast; l++) {
444 int cLevel, int cLevelLast)
470 displayName, cLevel, cLevelLast,
480 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility)
494 BMK_benchCLevel(srcBuffer, benchedSize, name, cLevel, cLevelLast, &benchedSize, 1);
502 int cLevel, int cLevelLast)
507 if (cLevelLast > LZ4HC_CLEVEL_MAX) cLevelLast = LZ4HC_CLEVEL_MAX
    [all...]
lz4cli.c 269 cLevelLast=1,
378 cLevelLast = readU32FromChar(&argument);
534 operationResult = BMK_benchFiles(inFileNames, ifnIdx, cLevel, cLevelLast);

Completed in 48 milliseconds