Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c71 …int outputSize, /* If endOnInput==endOnInputSize, this value is the max size of Output Buf… in LZ4_decompress_generic() argument
87 BYTE* const oend = op + outputSize; in LZ4_decompress_generic()
102 …if ((endOnInput) && (unlikely(outputSize==0))) return ((inputSize==1) && (*ip==0)) ? 0 : -1; /* E… in LZ4_decompress_generic()
103 if ((!endOnInput) && (unlikely(outputSize==0))) return (*ip==0?1:-1); in LZ4_decompress_generic()