Searched refs:cpy (Results 1 – 4 of 4) sorted by relevance
88 BYTE* cpy; in LZ4_decompress_generic() local129 cpy = op+length; in LZ4_decompress_generic()130 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic()131 || ((!endOnInput) && (cpy>oend-COPYLENGTH))) in LZ4_decompress_generic()135 …if (cpy > oend) goto _output_error; /* Error : write attempt beyond end … in LZ4_decompress_generic()140 …if ((!endOnInput) && (cpy != oend)) goto _output_error; /* Error : block decoding must stop … in LZ4_decompress_generic()141 …if ((endOnInput) && ((ip+length != iend) || (cpy > oend))) goto _output_error; /* Error : input … 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()[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()
224 for cpy in b:225 if not cpy.startswith('cpy'):229 b['dest'], b[cpy])
682 &cpy rs rn rd options683 @cpy .. ... . ..... rs:5 options:4 .. rn:5 rd:5 &cpy685 CPYFP 00 011 0 01000 ..... .... 01 ..... ..... @cpy686 CPYFM 00 011 0 01010 ..... .... 01 ..... ..... @cpy687 CPYFE 00 011 0 01100 ..... .... 01 ..... ..... @cpy688 CPYP 00 011 1 01000 ..... .... 01 ..... ..... @cpy689 CPYM 00 011 1 01010 ..... .... 01 ..... ..... @cpy690 CPYE 00 011 1 01100 ..... .... 01 ..... ..... @cpy