Searched refs:LASTLITERALS (Results 1 – 5 of 5) sorted by relevance
32 #define LASTLITERALS 5 macro130 …ndOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITERALS))) ) in LZ4_decompress_generic()162 if ((endOnInput) && (ip > iend-LASTLITERALS)) goto _output_error; in LZ4_decompress_generic()173 …if (unlikely(op+length > oend-LASTLITERALS)) goto _output_error; /* doesn't respect parsing rest… in LZ4_decompress_generic()219 …if (cpy > oend-LASTLITERALS) goto _output_error; /* Error : last LASTLITERALS bytes must be lit… in LZ4_decompress_generic()
225 || (ip + length > iend - (2 + 1 + LASTLITERALS)))) in LZ4_decompress_generic()320 if ((endOnInput) && (ip > iend - LASTLITERALS)) in LZ4_decompress_generic()338 if (unlikely(op + length > oend - LASTLITERALS)) { in LZ4_decompress_generic()423 if (cpy > oend - LASTLITERALS) { in LZ4_decompress_generic()
198 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_generic()309 (2 + 1 + LASTLITERALS) + in LZ4_compress_generic()370 (1 + LASTLITERALS) + in LZ4_compress_generic()536 const BYTE * const matchlimit = iend - LASTLITERALS; in LZ4_compress_destSize_generic()543 - (LASTLITERALS + 1 /* token */); in LZ4_compress_destSize_generic()
280 + length + (2 + 1 + LASTLITERALS)) > oend)) { in LZ4HC_encodeSequence()308 + (1 + LASTLITERALS) > oend)) { in LZ4HC_encodeSequence()352 const BYTE * const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_generic()
78 #define LASTLITERALS 5 macro