Searched refs:cpy (Results 1 – 1 of 1) sorted by relevance
2242 BYTE *cpy; in LZ4_decompress_generic() local2319 cpy = op + length; in LZ4_decompress_generic()2323 if ((cpy > oend - 32) || (ip + length > iend - 32)) in LZ4_decompress_generic()2327 LZ4_wildCopy32(op, ip, cpy); in LZ4_decompress_generic()2331 if (cpy > oend - 8) in LZ4_decompress_generic()2335 … LZ4_wildCopy8(op, ip, cpy); /* LZ4_decompress_fast() cannot copy more than 8 bytes at a time : in LZ4_decompress_generic()2339 op = cpy; in LZ4_decompress_generic()2343 cpy = op + length; in LZ4_decompress_generic()2366 op = cpy; in LZ4_decompress_generic()2478 cpy = op + length; in LZ4_decompress_generic()[all …]