Home
last modified time | relevance | path

Searched refs:cpy (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Dlz4.c88 BYTE* cpy; in LZ4_decompress_generic() local
129 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 …]
/openbmc/u-boot/fs/zfs/
H A Dzfs_lzjb.c52 uint8_t *cpy, copymap = 0; in lzjb_decompress() local
68 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()
/openbmc/qemu/roms/
H A Dedk2-build.py224 for cpy in b:
225 if not cpy.startswith('cpy'):
229 b['dest'], b[cpy])
/openbmc/qemu/target/arm/tcg/
H A Da64.decode682 &cpy rs rn rd options
683 @cpy .. ... . ..... rs:5 options:4 .. rn:5 rd:5 &cpy
685 CPYFP 00 011 0 01000 ..... .... 01 ..... ..... @cpy
686 CPYFM 00 011 0 01010 ..... .... 01 ..... ..... @cpy
687 CPYFE 00 011 0 01100 ..... .... 01 ..... ..... @cpy
688 CPYP 00 011 1 01000 ..... .... 01 ..... ..... @cpy
689 CPYM 00 011 1 01010 ..... .... 01 ..... ..... @cpy
690 CPYE 00 011 1 01100 ..... .... 01 ..... ..... @cpy