Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c267 #define MFLIMIT (WILDCOPYLENGTH+MINMATCH) macro
268 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()
Dlz4hc.c323 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()
Dlz4opt.h225 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal()