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

/freebsd-10.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-10.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-10.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-10.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-10.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-10.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-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h313 MEMMOVE, enumerator in enum:llvm::RTLIB::Libcall
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp309 Names[RTLIB::MEMMOVE] = "memmove";
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3984 TLI.getLibcallCallingConv(RTLIB::MEMMOVE),
3987 getExternalSymbol(TLI.getLibcallName(RTLIB::MEMMOVE),
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp416 setLibcallName(RTLIB::MEMMOVE, "__aeabi_memmove");
419 setLibcallCallingConv(RTLIB::MEMMOVE, CallingConv::ARM_AAPCS);

Completed in 234 milliseconds