Searched refs:MEMMOVE (Results 1 - 20 of 20) sorted by relevance

/freebsd-11.0-release/lib/libc/amd64/string/
H A Dmemmove.S4 #define MEMMOVE define
H A Dbcopy.S47 #ifdef MEMMOVE
53 #if defined(MEMCOPY) || defined(MEMMOVE)
92 #ifdef MEMMOVE
/freebsd-11.0-release/lib/libc/i386/string/
H A Dmemmove.S4 #define MEMMOVE define
H A Dbcopy.S47 #ifdef MEMMOVE
55 #if defined(MEMCOPY) || defined(MEMMOVE)
103 #ifdef MEMMOVE
/freebsd-11.0-release/lib/libc/mips/string/
H A Dmemmove.S6 #define MEMMOVE define
H A Dbcopy.S64 #if defined(MEMCOPY) || defined(MEMMOVE)
84 #if defined(MEMCOPY) || defined(MEMMOVE)
/freebsd-11.0-release/lib/libc/string/
H A Dmemmove.c4 #define MEMMOVE macro
H A Dbcopy.c55 #if defined(MEMCOPY) || defined(MEMMOVE)
132 #if defined(MEMCOPY) || defined(MEMMOVE)
/freebsd-11.0-release/contrib/nvi/common/
H A Dmultibyte.h105 #define MEMMOVE wmemmove macro
109 #define MEMMOVE(p, t, len) memmove(p, t, (len) * sizeof(CHAR_T)) macro
/freebsd-11.0-release/contrib/nvi/vi/
H A Dv_increment.c179 MEMMOVE(bp, &p[beg], wlen);
231 MEMMOVE(bp, p, beg);
232 MEMMOVE(bp + beg, nbuf, nlen);
233 MEMMOVE(bp + beg + nlen, p + end, len - beg - (end - beg));
H A Dv_replace.c147 MEMMOVE(bp, p, len);
H A Dv_txt.c307 MEMMOVE(tp->lb, lp, len);
814 MEMMOVE(ntp->lb + ntp->cno, wmt.lb, WMTSPACE);
897 MEMMOVE(tp->lb + tp->cno,
960 MEMMOVE(ait.lb, tp->lb, tp->ai);
1617 MEMMOVE(tp->lb + tp->cno + qp->olen,
1746 MEMMOVE(p - del, p, tp->len - old);
1800 MEMMOVE(tp->lb + nlen, tp->lb, tp->len);
1804 MEMMOVE(tp->lb, t, nlen);
2111 (void)MEMMOVE(p + nlen, p, tp->insert);
2133 (void)MEMMOVE(
[all...]
H A Dv_ulcase.c152 MEMMOVE(bp, lp, len);
H A Dv_itxt.c344 MEMMOVE(bp, p, vp->m_start.cno);
H A Dvi.c1085 MEMMOVE(vip->keyw, p + beg, len);
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp52 case RTLIB::MEMMOVE:
259 RTLIB::MEMMOVE);
H A DARMISelLowering.cpp366 { RTLIB::MEMMOVE, "__aeabi_memmove", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h324 MEMMOVE, enumerator in enum:llvm::RTLIB::Libcall
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp335 Names[RTLIB::MEMMOVE] = "memmove";
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4695 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE),
4697 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMMOVE),

Completed in 283 milliseconds