Searched refs:copyEnd (Results 1 – 1 of 1) sorted by relevance
2324 BYTE* const copyEnd = op + mlen; in LZ4_decompress_generic() local2326 while (op < copyEnd) { *op++ = *match++; } in LZ4_decompress_generic()2330 op = copyEnd; in LZ4_decompress_generic()