Searched refs:MFLIMIT (Results 1 – 2 of 2) sorted by relevance
302 #define MFLIMIT (COPYLENGTH+MINMATCH) macro303 static const int LZ4_minLength = (MFLIMIT+1);421 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT-1));520 const BYTE* const mflimit = iend - MFLIMIT; in LZ4_compress_generic()976 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic()1005 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic()
344 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_generic()