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