Searched refs:endOfMatch (Results 1 – 1 of 1) sorted by relevance
191 BYTE* const endOfMatch = op + copySize; in LZ4_decompress_generic() local193 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()