Searched refs:MEMCPY (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/nvi/common/
H A Ddelete.c86 MEMCPY(bp, p, fm->cno);
99 MEMCPY(bp, p, fm->cno);
100 MEMCPY(bp + fm->cno, p + (tm->cno + 1),
117 MEMCPY(bp, p, tlen);
140 MEMCPY(bp + tlen, p + (tm->cno + 1), len - (tm->cno + 1));
H A Dput.c131 MEMCPY(bp, p, clen);
138 MEMCPY(t, tp->lb, tp->len);
169 MEMCPY(t, p, clen);
195 MEMCPY(t, ltp->lb, ltp->len);
197 MEMCPY(t + ltp->len, p, clen);
H A Dmultibyte.h104 #define MEMCPY wmemcpy macro
108 #define MEMCPY(p, t, len) memcpy(p, t, (len) * sizeof(CHAR_T)) macro
H A Dcut.c254 MEMCPY(tp->lb, p + fcno, clen);
316 MEMCPY(tp->lb, p, len);
/freebsd-11-stable/secure/usr.bin/bdes/
H A Dbdes.c102 #define MEMCPY(dest,src,len) bcopy((src),(dest),(len)) macro
567 MEMCPY(ivec, msgbuf, 8);
600 MEMCPY(ibuf, msgbuf, 8);
604 MEMCPY(ivec, ibuf, 8);
641 MEMCPY(ivec, encbuf, 8);
687 MEMCPY(msgbuf, ivec, 8);
702 MEMCPY(msgbuf, ivec, 8);
731 MEMCPY(msgbuf, ivec, 8);
777 MEMCPY(msgbuf, ivec, 8);
794 MEMCPY(msgbu
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.cpp37 Dst = DAG.getNode(BPFISD::MEMCPY, dl, VTs, Chain, Dst, Src,
H A DBPFISelLowering.h31 MEMCPY
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_term.c104 MEMCPY(name, wp, wlen);
106 MEMCPY(ts, wp, wlen);
108 MEMCPY(output, wp, wlen);
125 MEMCPY(name, wp, wlen);
127 MEMCPY(ts, wp, wlen);
149 MEMCPY(name, wp, wlen);
151 MEMCPY(ts, wp, wlen);
158 MEMCPY(name, wp, wlen);
160 MEMCPY(ts, wp, wlen);
162 MEMCPY(outpu
[all...]
/freebsd-11-stable/bin/ed/
H A Dcbc.c53 #define MEMCPY(dest,src,len) memcpy((dest),(src),(len)) macro
331 MEMCPY(ivec, msgbuf, 8);
344 (void)MEMCPY(msgbuf + n, pvec, 8 - n);
369 MEMCPY(tbuf, msgbuf, 8);
373 MEMCPY(ivec, tbuf, 8);
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_at.c108 MEMCPY(wbuf, wp, wlen);
H A Dv_search.c358 MEMCPY(p, RE_WSTART, RE_WSTART_LEN);
361 MEMCPY(p, L("\\"), 1);
365 MEMCPY(p, VIP(sp)->keyw, VIP(sp)->klen);
369 MEMCPY(p, RE_WSTOP, RE_WSTOP_LEN);
377 MEMCPY(p, RE_NWSTOP, RE_NWSTOP_LEN);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_subst.c224 MEMCPY(t, sp->repl, sp->repl_len);
240 MEMCPY(sp->repl, bp, len);
326 MEMCPY(lb + lbclen, l, len); \
512 MEMCPY(bp, s, llen);
746 MEMCPY(bp, s, llen);
959 MEMCPY(*ptrnp, ptrn, plen);
1097 MEMCPY(t,
1102 MEMCPY(t,
1110 MEMCPY(t,
1131 MEMCPY(
[all...]
H A Dex_move.c146 MEMCPY(bp, p, len);
164 MEMCPY(bp, p, len);
H A Dex_at.c117 MEMCPY(p, tp->lb, tp->len);
H A Dex_join.c122 MEMCPY(tbp, p, len);
H A Dex_argv.c73 MEMCPY(exp->args[exp->argsoff]->bp, cmd, cmdlen);
139 MEMCPY(bp, SHELLECHO, SHELLOFFSET);
300 MEMCPY(exp->args[exp->argsoff]->bp, cp->name, len + 1);
343 MEMCPY(exp->args[exp->argsoff]->bp + 1, uname, ulen);
386 MEMCPY(p, exp->lastbcomm, tlen);
402 MEMCPY(p, wp, wlen);
417 MEMCPY(p, wp, wlen);
630 MEMCPY(n, dname, dlen);
636 MEMCPY(n, wp, wlen);
H A Dex_shift.c144 MEMCPY(tbp, p + oldidx, len - oldidx);
H A Dex_global.c178 MEMCPY(ecp->cp + len, p, len);
H A Dex_txt.c295 MEMCPY(ait.lb, tp->lb, tp->ai);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp45 case RTLIB::MEMCPY:
142 RTLIB::MEMCPY);
146 RTLIB::MEMCPY);
165 // The number of MEMCPY pseudo-instructions to emit. We use up to
167 // later on. This is a lower bound on the number of MEMCPY operations we must
180 // Evenly distribute registers among MEMCPY operations to reduce register
185 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src,
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_internal.h227 #define MEMCPY(dest, src, amt) bcopy(src, dest, amt) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp159 bool CallReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) ||
H A DWebAssemblyPeephole.cpp157 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) ||

Completed in 121 milliseconds

12