Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c89 BYTE* oexit = op + targetOutputSize; in LZ4_decompress_generic() local
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()