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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/atom/string/
ssse3-memmove-atom.S 32 #define MEMCPY memmove
  /external/clang/test/Analysis/
redefined_system.c 6 char memmove ();
16 return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
copy.cpp 86 memmove(y, x, L*sizeof(*x));
  /external/clang/test/CodeGenCXX/
builtins.cpp 4 extern "C" char memmove();
7 // CHECK: call {{signext i8|i8}} @memmove()
8 return memmove();
  /external/compiler-rt/lib/builtins/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
  /external/llvm/lib/Support/
regutils.h 53 /* for old systems with bcopy() but no memmove() */
55 #define memmove(d, s, c) bcopy(s, d, c) macro
  /bionic/libc/bionic/
__memmove_chk.cpp 43 * This memmove check is called if _FORTIFY_SOURCE is defined and
49 __fortify_chk_fail("memmove: prevented write past end of buffer",
53 return memmove(dest, src, len);
  /bionic/libc/upstream-freebsd/lib/libc/string/
wmemmove.c 43 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t));
  /bionic/libc/upstream-netbsd/lib/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)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
vt_buffer.h 19 #define scr_memmovew(d, s, c) memmove(d, s, c)

Completed in 1756 milliseconds

1 2 3 4 5 6 7 8 91011>>