Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dbench.c62 int cLevel; member
187 int cLevel, const char* dictBuf, int dictSize) in LZ4_buildCompressionParameters()
320 const char* displayName, int cLevel, in BMK_benchMem()
553 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel()
615 int cLevel, int cLevelLast, in BMK_benchFileTable()
658 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility, in BMK_syntheticTest()
681 int cLevel, int cLevelLast, in BMK_benchFilesSeparately()
698 int cLevel, int cLevelLast, in BMK_benchFiles()
Dlz4cli.c313 cLevel=1, local
Dlz4io.c390 static int LZ4IO_LZ4_compress(const char* src, char* dst, int srcSize, int dstSize, int cLevel) in LZ4IO_LZ4_compress()
/third_party/lz4/lib/
Dlz4hc.c802 int cLevel, in LZ4HC_compress_generic_internal()
868 int cLevel, in LZ4HC_compress_generic_noDictCtx()
883 int cLevel, in LZ4HC_compress_generic_dictCtx()
909 int cLevel, in LZ4HC_compress_generic()
970 …ze(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize()
1067 { int const cLevel = ctxPtr->compressionLevel; in LZ4_loadDictHC() local
1191 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
1192 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput()
1195 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
1196 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC()
[all …]