Searched refs:endOfMatch (Results 1 – 2 of 2) sorted by relevance
190 BYTE* const endOfMatch = op + copySize; in LZ4_decompress_generic() local192 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()
1577 BYTE* const endOfMatch = op + restSize; in LZ4_decompress_generic() local1579 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()