Searched refs:copyFrom (Results 1 – 1 of 1) sorted by relevance
2122 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local2123 while (op < endOfMatch) { *op++ = *copyFrom++; } in LZ4_decompress_generic()2306 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local2307 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()