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

  /bionic/libc/arch-x86/string/
memmove.S 1 /* $OpenBSD: memmove.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
2 #define MEMMOVE
  /external/srec/srec/clib/
memmove.h 2 * memmove.h *
24 #define MEMMOVE(S,D,N,Z) memmove(S,D,(N)*(Z))
26 #define MEMMOVE memmove_inline
34 ** A more efficient implementation of memmove
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 94 #define MEMMOVE(d,s,l) (memmove(VCAST(VOID *)(d),VCAST(const VOID *)(s),l))
106 # ifndef memmove
107 /* ../lib/libsed.a provides a memmove() if the system doesn't.
110 bootstrap mode on a system which really does support memmove(). */
111 extern VOID *memmove();
117 # define memcpy(d, s, n) memmove(d, s, n)
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 79 20181 MEMMOVE memmove, prefer memmove
84 2022P unused (was previously MEMMOVE)
867 #define MEMMOVE(soname, fnname) \
874 /* For older memcpy we have to use memmove-like semantics and skip
876 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
1017 /*---------------------- memmove ----------------------*/
1019 /* memmove -- use the MEMMOVE defn above. *
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 313 MEMMOVE,

Completed in 226 milliseconds