Home
last modified time | relevance | path

Searched refs:partialDecoding (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/
H A Dlz4.c74 int partialDecoding, /* full, partial */ in LZ4_decompress_generic() argument
101 …if ((partialDecoding) && (oexit> oend-MFLIMIT)) oexit = oend-MFLIMIT; /* t… in LZ4_decompress_generic()
130 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic()
133 if (partialDecoding) in LZ4_decompress_generic()
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c72 earlyEnd_directive partialDecoding, in LZ4_decompress_generic() argument
227 if (partialDecoding) { in LZ4_decompress_generic()
279 if (!partialDecoding || (cpy == oend) || (ip >= (iend - 2))) in LZ4_decompress_generic()
307 if (!partialDecoding) { in LZ4_decompress_generic()
340 if (!partialDecoding) in LZ4_decompress_generic()
386 if (partialDecoding && in LZ4_decompress_generic()