Searched refs:cpy (Results 1 – 2 of 2) sorted by relevance
88 BYTE* cpy; in LZ4_decompress_generic() local129 cpy = op+length; in LZ4_decompress_generic()131 || ((!endOnInput) && (cpy>oend-COPYLENGTH))) in LZ4_decompress_generic()148 LZ4_wildCopy(op, ip, cpy); in LZ4_decompress_generic()149 ip += length; op = cpy; in LZ4_decompress_generic()152 match = cpy - LZ4_readLE16(ip); ip+=2; in LZ4_decompress_generic()204 cpy = op + length; in LZ4_decompress_generic()217 if (unlikely(cpy>oend-12)) in LZ4_decompress_generic()226 while (op<cpy) *op++ = *match++; in LZ4_decompress_generic()229 LZ4_wildCopy(op, match, cpy); in LZ4_decompress_generic()[all …]
52 uint8_t *cpy, copymap = 0; in lzjb_decompress() local68 cpy = dst - offset; in lzjb_decompress()69 if (src > s_end || cpy < (uint8_t *) d_start) { in lzjb_decompress()74 *dst++ = *cpy++; in lzjb_decompress()
Completed in 3 milliseconds