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