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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
builtins.cpp 4 extern "C" char memmove();
7 // CHECK: call {{signext i8|i8}} @memmove()
8 return memmove();
  /bionic/libc/arch-x86/string/
memmove_wrapper.S 35 # define MEMCPY memmove
41 # include "memmove.S"
  /external/clang/test/Analysis/
redefined_system.c 6 char memmove ();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
  /external/expat/vms/
expat_config.h 28 /* Define if you have the memmove function. */
47 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
49 #define memmove(d,s,l) ;punting on memmove; macro
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
copy.cpp 86 memmove(y, x, L*sizeof(*x));
  /external/compiler-rt/lib/arm/
aeabi_memmove.S 1 //===-- aeabi_memmove.S - EABI memmove implementation --------------------===//
12 // void __aeabi_memmove(void *dest, void *src, size_t n) { memmove(dest, src, n); }
16 b memmove
  /bionic/libc/bionic/
__memmove_chk.cpp 41 * This memmove check is called if _FORTIFY_SOURCE is defined and
48 __fortify_chk_fail("memmove buffer overflow",
52 return memmove(dest, src, len);
  /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
  /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))
  /bionic/libc/arch-mips/bionic/
memmove.c 31 void *memmove(void *dst, const void *src, size_t n) function
  /bionic/libc/kernel/common/linux/
vt_buffer.h 26 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /bionic/libc/upstream-freebsd/lib/libc/string/
wmemmove.c 43 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t));
  /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
  /development/ndk/platforms/android-3/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /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/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>