Searched refs:copyFrom (Results 1 – 1 of 1) sorted by relevance
1904 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local1905 while (op < endOfMatch) { *op++ = *copyFrom++; } in LZ4_decompress_generic()2093 const BYTE* copyFrom = lowPrefix; in LZ4_decompress_generic() local2094 while (op < endOfMatch) *op++ = *copyFrom++; in LZ4_decompress_generic()