Searched defs:cLevel (Results 1 – 4 of 4) sorted by relevance
/third_party/lz4/programs/ |
D | bench.c | 153 int cLevel; member 278 int cLevel, in LZ4_buildCompressionParameters() 357 const char* displayName, int cLevel, in BMK_benchMem() 630 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() 692 int cLevel, int cLevelLast, in BMK_benchFileTable() 735 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility, in BMK_syntheticTest() 759 int cLevel, int cLevelLast, in BMK_benchFilesSeparately() 775 int cLevel, int cLevelLast, in BMK_benchFiles()
|
D | lz4cli.c | 313 cLevel=1, in main() local
|
D | lz4io.c | 403 static int LZ4IO_LZ4_compress(const char* src, char* dst, int srcSize, int dstSize, int cLevel) in LZ4IO_LZ4_compress()
|
/third_party/lz4/lib/ |
D | lz4hc.c | 806 int cLevel, in LZ4HC_compress_generic_internal() 872 int cLevel, in LZ4HC_compress_generic_noDictCtx() 887 int cLevel, in LZ4HC_compress_generic_dictCtx() 913 int cLevel, in LZ4HC_compress_generic() 976 …ze(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() 1077 { int const cLevel = ctxPtr->compressionLevel; in LZ4_loadDictHC() local 1205 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2() 1206 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput() 1209 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC() 1210 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC() [all …]
|