Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dlz4.c190 BYTE* const endOfMatch = op + copySize; in LZ4_decompress_generic() local
192 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()
/external/lz4/lib/
Dlz4.c1577 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic() local
1579 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()