Searched refs:MFLIMIT (Results 1 – 2 of 2) sorted by relevance
193 #define MFLIMIT 12 /* see ../doc/lz4_Block_format.md#parsing-restrictions */ macro196 static const int LZ4_minLength = (MFLIMIT+1);566 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT-1));821 const BYTE* const mflimitPlusOne = iend - MFLIMIT + 1; in LZ4_compress_generic()967 … litlen */ + litLength /* literals */ + 2 /* offset */ + 1 /* token */ + MFLIMIT - MINMATCH /* min… in LZ4_compress_generic()996 …(op + 2 /* offset */ + 1 /* token */ + MFLIMIT - MINMATCH /* min last literals so last match is <=… in LZ4_compress_generic()1732 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()1905 LZ4_STATIC_ASSERT(MFLIMIT >= WILDCOPYLENGTH); in LZ4_decompress_generic()1906 if ( ((endOnInput) && ((cpy>oend-MFLIMIT) || (ip+length>iend-(2+1+LASTLITERALS))) ) in LZ4_decompress_generic()
549 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_hashChain()1296 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal()