Searched defs:cLevel (Results 1 – 4 of 4) sorted by relevance
/external/lz4/programs/ |
D | bench.c | 164 const char* displayName, int cLevel, in BMK_benchMem() 399 const char* displayName, int cLevel, int cLevelLast, in BMK_benchCLevel() 459 int cLevel, int cLevelLast) in BMK_benchFileTable() 500 static void BMK_syntheticTest(int cLevel, int cLevelLast, double compressibility) in BMK_syntheticTest() 522 int cLevel, int cLevelLast) in BMK_benchFilesSeparately() 538 int cLevel, int cLevelLast) in BMK_benchFiles()
|
D | lz4cli.c | 294 cLevel=1, in main() local
|
D | lz4io.c | 323 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 | 711 int cLevel, in LZ4HC_compress_generic_internal() 769 int cLevel, in LZ4HC_compress_generic_noDictCtx() 783 int cLevel, in LZ4HC_compress_generic_dictCtx() 808 int cLevel, in LZ4HC_compress_generic() 858 …id* LZ4HC_Data, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() 1034 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2() 1035 …limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput() 1038 int LZ4_compressHC2_withStateHC (void* state, const char* src, char* dst, int srcSize, int cLevel) … in LZ4_compressHC2_withStateHC() 1039 …(void* state, const char* src, char* dst, int srcSize, int maxDstSize, int cLevel) { return LZ4_co… in LZ4_compressHC2_limitedOutput_withStateHC() 1071 int LZ4_compressHC2_continue (void* LZ4HC_Data, const char* src, char* dst, int srcSize, int cLevel) in LZ4_compressHC2_continue() [all …]
|