Searched defs:compressionLevel (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/lib/lz4/ |
D | lz4hc_compress.c | 344 int compressionLevel, in LZ4HC_compress_generic() 587 int compressionLevel) in LZ4_compress_HC_extStateHC() 609 int maxDstSize, int compressionLevel, void *wrkmem) in LZ4_compress_HC() 619 void LZ4_resetStreamHC(LZ4_streamHC_t *LZ4_streamHCPtr, int compressionLevel) in LZ4_resetStreamHC()
|
/Linux-v4.19/include/linux/ |
D | lz4.h | 129 unsigned int compressionLevel; member
|
/Linux-v4.19/lib/zstd/ |
D | compress.c | 2754 …D_compressBegin_usingDict(ZSTD_CCtx *cctx, const void *dict, size_t dictSize, int compressionLevel) in ZSTD_compressBegin_usingDict() 2760 size_t ZSTD_compressBegin(ZSTD_CCtx *cctx, int compressionLevel) { return ZSTD_compressBegin_usingD… in ZSTD_compressBegin() 3410 ZSTD_compressionParameters ZSTD_getCParams(int compressionLevel, unsigned long long srcSize, size_t… in ZSTD_getCParams() 3436 ZSTD_parameters ZSTD_getParams(int compressionLevel, unsigned long long srcSize, size_t dictSize) in ZSTD_getParams()
|