Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dlz4.c190 BYTE* const endOfMatch = op + copySize; in LZ4_decompress_generic() local
192 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()
/openbmc/linux/lib/lz4/
H A Dlz4_decompress.c365 BYTE * const endOfMatch = op + restSize; in LZ4_decompress_generic() local
368 while (op < endOfMatch) in LZ4_decompress_generic()