Searched refs:cpy (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/
H A Dlz4.c150 BYTE *cpy; local
283 cpy = op + length;
286 if (((endOnInput) && ((cpy > oend - MFLIMIT)
288 || ((!endOnInput) && (cpy > oend - WILDCOPYLENGTH))) {
290 if (cpy > oend) {
295 cpy = oend;
309 && (cpy != oend)) {
319 || (cpy > oend))) {
337 if (!partialDecoding || (cpy == oend))
340 /* may overwrite up to WILDCOPYLENGTH beyond cpy */
[all...]
/u-boot/fs/zfs/
H A Dzfs_lzjb.c52 uint8_t *cpy, copymap = 0; local
68 cpy = dst - offset;
69 if (src > s_end || cpy < (uint8_t *) d_start) {
74 *dst++ = *cpy++;
/u-boot/scripts/
H A Dcheckpatch.pl2627 # prefer strl(cpy|cat) over strn(cpy|cat)
2628 if ($line =~ /\bstrn(cpy|cat)\s*\(/) {

Completed in 64 milliseconds