HomeSort by relevance Sort by last modified time
    Searched defs:memmove (Results 1 - 25 of 51) sorted by null

1 2 3

  /bionic/libc/arch-mips/bionic/
memmove.c 31 void *memmove(void *dst, const void *src, size_t n) function
  /bionic/libc/arch-x86/string/
bcopy.S 44 #ifdef MEMMOVE
45 ENTRY(memmove) function
52 #if defined(MEMCOPY) || defined(MEMMOVE)
  /bionic/libc/bionic/
memmove.c 32 void *memmove(void *dst, const void *src, size_t n) function
  /external/llvm/lib/Support/
regutils.h 50 /* for old systems with bcopy() but no memmove() */
52 #define memmove(d, s, c) bcopy(s, d, c) macro
  /bionic/libc/upstream-netbsd/libc/regex/
utils.h 88 /* for old systems with bcopy() but no memmove() */
90 #define memmove(d, s, c) bcopy(s, d, c) macro
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 80 #define memmove(to,from,len) bcopy((char*)(from),(char*)(to),len) macro
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 52 /* for old systems with bcopy() but no memmove() */
54 #define memmove(d, s, c) bcopy(s, d, c) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xfuncs.h 56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
75 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
77 #undef memmove macro
78 #define memmove(dst,src,len) _XBCOPYFUNC((char *)(src),(char *)(dst),(int)(len)) macro
82 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
75 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
77 #undef memmove macro
78 #define memmove(dst,src,len) _XBCOPYFUNC((char *)(src),(char *)(dst),(int)(len)) macro
82 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xfuncs.h 56 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
75 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
77 #undef memmove macro
78 #define memmove(dst,src,len) _XBCOPYFUNC((char *)(src),(char *)(dst),(int)(len)) macro
82 #define memmove(dst,src,len) bcopy((char *)(src),(char *)(dst),(int)(len)) macro
93 #define bcopy(b1,b2,len) memmove(b2, b1, (size_t)(len))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string3.h 31 # undef memmove macro
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 31 # undef memmove macro
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string3.h 31 # undef memmove macro
56 __NTH (memmove (void *__restrict __dest, __const void *__restrict __src, function
  /bionic/libc/include/
string.h 42 extern void* memmove(void *, const void *, size_t);
112 void* memmove(void *dest, const void *src, size_t len) { function
  /external/grub/netboot/
linux-asm-string.h 3 * All except memcpy, memmove, memset and memcmp removed.
26 extern void *memmove(void * dest,const void * src, size_t n);
128 extern inline void * memmove(void * dest,const void * src, size_t n) function
  /external/qemu/slirp-android/
slirp.h 90 #define memmove(x, y, z) bcopy(y, x, z) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ssp/
string.h 44 #undef memmove macro
67 #define memmove(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ssp/
string.h 44 #undef memmove macro
67 #define memmove(dest, src, len) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ssp/
string.h 44 #undef memmove macro
67 #define memmove(dest, src, len) \ macro
  /external/libvpx/libvpx/vpx_mem/
vpx_mem.h 114 # define memmove vpx_memmove macro
161 # define vpx_memmove memmove
  /external/qemu/slirp/
slirp.h 98 #define memmove(x, y, z) bcopy(y, x, z) macro
  /external/valgrind/main/drd/tests/
unit_bitmap.c 51 void* VG_(memmove)(void *d, const void *s, SizeT sz) function
52 { return memmove(d, s, sz); }
  /libcore/luni/src/main/java/libcore/io/
Memory.java 151 public static native void memmove(Object dstObject, int dstOffset, Object srcObject, int srcOffset, long byteCount); method in class:Memory
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_qsort.c 69 #ifdef memmove
70 #undef memmove macro
72 #define memmove SDL_memmove macro
262 memmove(test+size,test,first-test); \
  /external/wpa_supplicant_8/src/utils/
os.h 433 #define os_memmove(d, s, n) memmove((d), (s), (n))
515 #define memmove OS_DO_NOT_USE_memmove macro

Completed in 745 milliseconds

1 2 3