Home
last modified time | relevance | path

Searched refs:MFLIMIT (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/lib/lz4/
Dlz4_compress.c42 static const int LZ4_minLength = (MFLIMIT + 1);
43 static const int LZ4_64Klimit = ((64 * KB) + (MFLIMIT - 1));
197 const BYTE * const mflimit = iend - MFLIMIT; in LZ4_compress_generic()
535 const BYTE * const mflimit = iend - MFLIMIT; in LZ4_compress_destSize_generic()
Dlz4defs.h79 #define MFLIMIT (WILDCOPYLENGTH + MINMATCH) macro
Dlz4_decompress.c222 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
224 if (((endOnInput) && ((cpy > oend - MFLIMIT) in LZ4_decompress_generic()
Dlz4hc_compress.c351 const BYTE * const mflimit = iend - MFLIMIT; in LZ4HC_compress_generic()