Searched defs:memmove (Results 1 - 25 of 26) sorted by path

12

/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Darray.pxd50 memset, memchr, memcmp, memcpy, memmove namespace
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c78 /* Handle the case where memmove() doesn't exist. */
81 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
83 #error memmove does not exist on this platform, nor is a substitute available
1705 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
1710 memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
H A Dvpx_mem.h117 # define memmove vpx_memmove macro
164 # define vpx_memmove memmove
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A Dsunos4.h80 #define memmove(to,from,len) bcopy((char*)(from),(char*)(to),len) macro
/external/clang/test/Analysis/
H A Dbstring.c273 // memmove()
281 #define memmove(a,b,c) __memmove_chk(a,b,c,(size_t)-1) macro
285 #define memmove BUILTIN(memmove) macro
286 void *memmove(void *s1, const void *s2, size_t n);
295 memmove(dst, src, 4); // no-warning
297 clang_analyzer_eval(memmove(dst, src, 4) == dst); // expected-warning{{TRUE}}
308 memmove(dst, src, 5); // expected-warning{{out-of-bound}}
315 memmove(dst, src, 4); // expected-warning{{overflow}}
/external/compiler-rt/lib/asan/
H A Dasan_dll_thunk.cc315 INTERCEPT_LIBRARY_FUNCTION(memmove); variable
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/expat/lib/
H A Dxmlparse.c78 /* Handle the case where memmove() doesn't exist. */
81 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
83 #error memmove does not exist on this platform, nor is a substitute available
1705 memmove(buffer, &buffer[offset], bufferEnd - bufferPtr + keep);
1710 memmove(buffer, bufferPtr, bufferEnd - bufferPtr);
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.h114 # define memmove vpx_memmove macro
161 # define vpx_memmove memmove
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h420 /// void *memmove(void *s1, const void *s2, size_t n);
421 memmove, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Support/
H A Dregutils.h53 /* for old systems with bcopy() but no memmove() */
55 #define memmove(d, s, c) bcopy(s, d, c) macro
/external/mksh/src/
H A Dsh.h379 /* we assume either memmove or bcopy exist, at the moment */
380 #define memmove(dst, src, len) bcopy((src), (dst), (len)) macro
/external/openssl/
H A De_os.h655 # define memmove(s1,s2,n) bcopy((s2),(s1),(n)) macro
/external/pcre/dist/
H A Dpcre_internal.h373 #define memmove(d,s,n) _memmove(d,s,n) macro
377 /* To cope with SunOS4 and other systems that lack memmove() but have bcopy(),
378 define a macro for memmove() if HAVE_MEMMOVE is false, provided that HAVE_BCOPY
383 #undef memmove /* some systems may have a macro */ macro
385 #define memmove(a, b, c) bcopy(b, a, c) macro
406 #define memmove(a, b, c) pcre_memmove(a, b, c) macro
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c196 void *memmove(void *d1, const void *s1, size_t len) function
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_qsort.c69 #ifdef memmove
70 #undef memmove macro
72 #define memmove SDL_memmove macro
262 memmove(test+size,test,first-test); \
/external/qemu/slirp-android/
H A Dslirp.h91 #define memmove(x, y, z) bcopy(y, x, z) macro
/external/qemu/slirp/
H A Dslirp.h98 #define memmove(x, y, z) bcopy(y, x, z) macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2031 # undef memmove macro
2032 # define memmove(a,b,c) lzo_memmove(a,b,c) macro
2035 # define lzo_memmove(a,b,c) memmove(a,b,c)
2518 return memmove(dest, src, len);
/external/valgrind/main/coregrind/
H A Dm_libcbase.c657 void* VG_(memmove)(void *dest, const void *src, SizeT sz) function
H A Dm_main.c2668 1. gcc may emit calls to memcpy, memmove and memset to deal with
2683 void* memmove(void *dest, const void *src, SizeT n);
2684 void* memmove(void *dest, const void *src, SizeT n) { function
2685 return VG_(memmove)(dest,src,n);
/external/valgrind/main/drd/tests/
H A Dunit_bitmap.c51 void* VG_(memmove)(void *d, const void *s, SizeT sz) function
52 { return memmove(d, s, sz); }
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos.h499 #define os_memmove(d, s, n) memmove((d), (s), (n))
619 #define memmove OS_DO_NOT_USE_memmove macro
/external/wpa_supplicant_8/src/utils/
H A Dos.h499 #define os_memmove(d, s, n) memmove((d), (s), (n))
619 #define memmove OS_DO_NOT_USE_memmove macro

Completed in 881 milliseconds

12