Home
last modified time | relevance | path

Searched defs:cLevel (Results 1 – 4 of 4) sorted by relevance

/external/lz4/programs/
Dbench.c159 const char* displayName, int cLevel, in BMK_benchMem()
387 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel()
444 int cLevel, int cLevelLast) in BMK_benchFileTable()
480 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest()
502 int cLevel, int cLevelLast) in BMK_benchFiles()
Dlz4cli.c268 cLevel=1, in main() local
Dlz4io.c312 static int LZ4IO_LZ4_compress(const char* src, char* dst, int srcSize, int dstSize, int cLevel) in LZ4IO_LZ4_compress()
/external/lz4/lib/
Dlz4hc.c672 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
673 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput()
676 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
677 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC()