Home
last modified time | relevance | path

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

/u-boot/lib/
A Dlz4.c33 #define MFLIMIT (COPYLENGTH+MINMATCH) macro
34 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