Searched refs:MFLIMIT (Results 1 – 1 of 1) sorted by relevance
33 #define MFLIMIT (COPYLENGTH+MINMATCH) macro34 static const int LZ4_minLength = (MFLIMIT+1);101 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic()130 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic()
Completed in 2 milliseconds