Searched defs:cLevel (Results 1 – 4 of 4) sorted by relevance
/external/lz4/programs/ |
D | bench.c | 159 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()
|
D | lz4cli.c | 268 cLevel=1, in main() local
|
D | lz4io.c | 312 static int LZ4IO_LZ4_compress(const char* src, char* dst, int srcSize, int dstSize, int cLevel) in LZ4IO_LZ4_compress()
|
/external/lz4/lib/ |
D | lz4hc.c | 672 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()
|