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

12

/freebsd-13-stable/lib/libc/amd64/string/
H A Dmemcpy.S4 #define MEMCPY define
H A Dmemmove.S308 #ifndef MEMCPY
/freebsd-13-stable/contrib/nvi/common/
H A Ddelete.c78 MEMCPY(bp, p, fm->cno);
92 MEMCPY(bp, p, fm->cno);
93 MEMCPY(bp + fm->cno, p + (tm->cno + 1),
111 MEMCPY(bp, p, tlen);
134 MEMCPY(bp + tlen, p + (tm->cno + 1), len - (tm->cno + 1));
H A Dput.c122 MEMCPY(bp, p, clen);
129 MEMCPY(t, tp->lb, tp->len);
160 MEMCPY(t, p, clen);
186 MEMCPY(t, ltp->lb, ltp->len);
188 MEMCPY(t + ltp->len, p, clen);
H A Dmultibyte.h102 #define MEMCPY wmemcpy macro
106 #define MEMCPY(p, t, len) memcpy(p, t, (len) * sizeof(CHAR_T)) macro
H A Dcut.c241 MEMCPY(tp->lb, p + fcno, clen);
299 MEMCPY(tp->lb, p, len);
/freebsd-13-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-13-stable/contrib/nvi/cl/
H A Dcl_term.c101 MEMCPY(name, wp, wlen);
103 MEMCPY(ts, wp, wlen);
105 MEMCPY(output, wp, wlen);
122 MEMCPY(name, wp, wlen);
124 MEMCPY(ts, wp, wlen);
146 MEMCPY(name, wp, wlen);
148 MEMCPY(ts, wp, wlen);
155 MEMCPY(name, wp, wlen);
157 MEMCPY(ts, wp, wlen);
159 MEMCPY(outpu
[all...]
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_at.c104 MEMCPY(wbuf, wp, wlen);
H A Dv_search.c354 MEMCPY(p, RE_WSTART, RE_WSTART_LEN);
357 MEMCPY(p, L("\\"), 1);
361 MEMCPY(p, VIP(sp)->keyw, VIP(sp)->klen);
365 MEMCPY(p, RE_WSTOP, RE_WSTOP_LEN);
373 MEMCPY(p, RE_NWSTOP, RE_NWSTOP_LEN);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp37 .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_subst.c220 MEMCPY(t, sp->repl, sp->repl_len);
235 MEMCPY(sp->repl, bp, len);
321 MEMCPY(lb + lbclen, l, len); \
507 MEMCPY(bp, s, llen);
741 MEMCPY(bp, s, llen);
952 MEMCPY(*ptrnp, ptrn, plen);
1090 MEMCPY(t,
1095 MEMCPY(t,
1103 MEMCPY(t,
1124 MEMCPY(
[all...]
H A Dex_move.c142 MEMCPY(bp, p, len);
160 MEMCPY(bp, p, len);
H A Dex_at.c113 MEMCPY(p, tp->lb, tp->len);
H A Dex_join.c118 MEMCPY(tbp, p, len);
H A Dex_argv.c69 MEMCPY(exp->args[exp->argsoff]->bp, cmd, cmdlen);
135 MEMCPY(bp, SHELLECHO, SHELLOFFSET);
296 MEMCPY(exp->args[exp->argsoff]->bp, cp->name, len + 1);
339 MEMCPY(exp->args[exp->argsoff]->bp + 1, uname, ulen);
382 MEMCPY(p, exp->lastbcomm, tlen);
398 MEMCPY(p, wp, wlen);
413 MEMCPY(p, wp, wlen);
634 MEMCPY(n, dname, dlen);
640 MEMCPY(n, wp, wlen);
H A Dex_shift.c157 MEMCPY(tbp, p + oldidx, len - oldidx);
H A Dex_global.c175 MEMCPY(ecp->cp + len, p, len);
H A Dex_txt.c291 MEMCPY(ait.lb, tp->lb, tp->ai);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp45 case RTLIB::MEMCPY:
142 Alignment.value(), RTLIB::MEMCPY);
146 Alignment.value(), 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-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp54 TLI.getLibcallCallingConv(RTLIB::MEMCPY),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp159 bool CallReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) ||
H A DWebAssemblyPeephole.cpp156 if (Name == TLI.getLibcallName(RTLIB::MEMCPY) ||
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_enc_internal.h232 #define MEMCPY(dest, src, amt) bcopy(src, dest, amt) macro

Completed in 115 milliseconds

12