Searched refs:MFLIMIT (Results 1 – 3 of 3) sorted by relevance
267 #define MFLIMIT (WILDCOPYLENGTH+MINMATCH) macro268 static const int LZ4_minLength = (MFLIMIT+1);373 static const int LZ4_64Klimit = ((64 KB) + (MFLIMIT-1));480 const BYTE* const mflimit = iend - MFLIMIT; in LZ4_compress_generic()734 const BYTE* const mflimit = iend - MFLIMIT; in LZ4_compress_destSize_generic()1123 …if ((partialDecoding) && (oexit > oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic()1147 …if ( ((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITE… in LZ4_decompress_generic()
323 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_hashChain()578 LZ4HC_updateBinTree(ctxPtr, ctxPtr->end - MFLIMIT, ctxPtr->end - LASTLITERALS); in LZ4_loadDictHC()590 LZ4HC_updateBinTree(ctxPtr, ctxPtr->end - MFLIMIT, ctxPtr->end - LASTLITERALS); in LZ4HC_setExternalDict()
225 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal()