Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c32 #define LASTLITERALS 5 macro
130 …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()
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c225 || (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()
H 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()
H A Dlz4defs.h78 #define LASTLITERALS 5 macro
H 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()