Home
last modified time | relevance | path

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

/linux-6.15/lib/lz4/
H A Dlz4_compress.c41 static const int LZ4_minLength = (MFLIMIT + 1);
42 static const int LZ4_64Klimit = ((64 * KB) + (MFLIMIT - 1));
196 const BYTE * const mflimit = iend - MFLIMIT; in LZ4_compress_generic()
534 const BYTE * const mflimit = iend - MFLIMIT; in LZ4_compress_destSize_generic()
H A Dlz4defs.h80 #define MFLIMIT (WILDCOPYLENGTH + MINMATCH) macro
H A Dlz4_decompress.c221 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()
223 if (((endOnInput) && ((cpy > oend - MFLIMIT) in LZ4_decompress_generic()
H A Dlz4hc_compress.c350 const BYTE * const mflimit = iend - MFLIMIT; in LZ4HC_compress_generic()