Home
last modified time | relevance | path

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

/third_party/lz4/programs/
Dbench.c154 int cLevel; member
282 int cLevel, in LZ4_buildCompressionParameters()
361 const char* displayName, int cLevel, in BMK_benchMem()
647 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel()
711 int cLevel, int cLevelLast, in BMK_benchFileTable()
756 static int BMK_syntheticTest(int cLevel, int cLevelLast, in BMK_syntheticTest()
786 int cLevel, int cLevelLast, in BMK_benchFilesSeparately()
803 int cLevel, int cLevelLast, in BMK_benchFiles()
Dlz4cli.c391 cLevel=init_cLevel(), in main() local
Dlz4io.c775 int cLevel; member
/third_party/lz4/lib/
Dlz4hc.c108 static cParams_t LZ4HC_getCLevelParams(int cLevel) in LZ4HC_getCLevelParams()
1380 int cLevel, in LZ4HC_compress_generic_internal()
1426 int cLevel, in LZ4HC_compress_generic_noDictCtx()
1448 int cLevel, in LZ4HC_compress_generic_dictCtx()
1474 int cLevel, in LZ4HC_compress_generic()
1538 …ze(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize()
1639 { int const cLevel = ctxPtr->compressionLevel; in LZ4_loadDictHC() local
2135 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2()
2136 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput()
2139 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC()
[all …]