HomeSort by relevance Sort by last modified time
    Searched refs:MEMMOVE (Results 1 - 13 of 13) sorted by null

  /bionic/libc/arch-x86/generic/string/
memmove.S 1 /* $OpenBSD: memmove.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
2 #define MEMMOVE
bcopy.S 43 #elif defined(MEMMOVE)
44 ENTRY(memmove) function
50 #if defined(MEMCOPY) || defined(MEMMOVE)
94 #elif defined(MEMMOVE)
95 END(memmove)
  /bionic/libc/arch-x86/silvermont/string/
sse2-bcopy-slm.S 32 #define MEMMOVE bcopy
34 #include "sse2-memmove-slm.S"
sse2-memmove-slm.S 33 #ifndef MEMMOVE
34 # define MEMMOVE memmove
103 ENTRY (MEMMOVE)
545 END (MEMMOVE)
  /device/google/contexthub/lib/libc/
memmove.c 4 #define MEMMOVE
bcopy.c 51 * (the portable versions of) bcopy, memcpy, and memmove.
53 #if defined(MEMCOPY) || defined(MEMMOVE)
60 memmove
130 #if defined(MEMCOPY) || defined(MEMMOVE)
  /bionic/libc/arch-x86_64/string/
sse2-memmove-slm.S 33 #ifndef MEMMOVE
34 # define MEMMOVE memmove
92 ENTRY (MEMMOVE)
510 END (MEMMOVE)
  /external/valgrind/shared/
vg_replace_strmem.c 78 20181 MEMMOVE memmove, prefer memmove
83 2022P unused (was previously MEMMOVE)
1008 #define MEMMOVE(soname, fnname) \
1015 /* For older memcpy we have to use memmove-like semantics and skip
1017 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 52 case RTLIB::MEMMOVE:
259 RTLIB::MEMMOVE);
ARMISelLowering.cpp 366 { RTLIB::MEMMOVE, "__aeabi_memmove", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 324 MEMMOVE,
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 335 Names[RTLIB::MEMMOVE] = "memmove";
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 414 milliseconds