Searched refs:LASTLITERALS (Results 1 – 6 of 6) sorted by relevance
144 || (ip + length > iend - (2 + 1 + LASTLITERALS)))) in LZ4_decompress_generic()216 if ((endOnInput) && (ip > iend - LASTLITERALS)) in LZ4_decompress_generic()234 if (unlikely(op + length > oend - LASTLITERALS)) { in LZ4_decompress_generic()297 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()
76 #define LASTLITERALS 5 macro
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()
105 (ip + length > iend - (2 + 1 + LASTLITERALS))) { in customized_lz4_decompress_safe_partial()153 if (ip > iend - LASTLITERALS) in customized_lz4_decompress_safe_partial()