Home
last modified time | relevance | path

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

/linux/lib/lz4/
A Dlz4_decompress.c225 || (ip + length > iend - (2 + 1 + LASTLITERALS)))) in LZ4_decompress_generic()
316 if ((endOnInput) && (ip > iend - LASTLITERALS)) in LZ4_decompress_generic()
334 if (unlikely(op + length > oend - LASTLITERALS)) { in LZ4_decompress_generic()
419 if (cpy > oend - LASTLITERALS) { in LZ4_decompress_generic()
A Dlz4_compress.c198 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()
A Dlz4hc_compress.c280 + 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()
A Dlz4defs.h76 #define LASTLITERALS 5 macro

Completed in 9 milliseconds