HomeSort by relevance Sort by last modified time
    Searched defs:MEMMOVE (Results 1 - 9 of 9) 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
  /bionic/libc/bionic/
memmove.c 29 #define 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)
542 END (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
  /bionic/libc/arch-x86_64/string/
sse2-memmove-slm.S 33 #ifndef MEMMOVE
34 # define MEMMOVE memmove
92 ENTRY (MEMMOVE)
513 END (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/shared/
vg_replace_strmem.c 78 20181 MEMMOVE memmove, prefer memmove
83 2022P unused (was previously MEMMOVE)
897 #define MEMMOVE(soname, fnname) \
904 /* For older memcpy we have to use memmove-like semantics and skip
906 MEMMOVE(VG_Z_LIBC_SONAME, memcpyZAGLIBCZu2Zd2Zd5) /* memcpy@GLIBC_2.2.5 */
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 318 MEMMOVE,

Completed in 229 milliseconds