/third_party/musl/src/string/x86_64/ |
D | memmove.s | 1 .global memmove symbol 3 memmove: label
|
/third_party/musl/src/string/i386/ |
D | memmove.s | 1 .global memmove symbol 3 memmove: label
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/third_party/musl/src/string/ |
D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | string.h | 115 #define memmove(dst, src, len) __memmove(dst, src, len) macro 126 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | string.h | 115 #define memmove(dst, src, len) __memmove(dst, src, len) macro 126 #define memmove(dst, src, len) __memmove(dst, src, len) macro
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
|
D | pcre2_internal.h | 189 #define memmove(d,s,n) _memmove(d,s,n) macro 198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
|
D | pcre2grep.c | 555 #define memmove(d,s,n) emulated_memmove(d,s,n) macro
|
D | pcre2test.c | 2710 #define memmove(d,s,n) emulated_memmove(d,s,n) macro
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | string.h | 62 void *memmove(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE0, const void *src, size_t len) in memmove() function
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_qsort.c | 59 #define memmove SDL_memmove macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | os.h | 645 #define memmove OS_DO_NOT_USE_memmove macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | os.h | 645 #define memmove OS_DO_NOT_USE_memmove macro
|
/third_party/python/Lib/ctypes/ |
D | __init__.py | 496 memmove = CFUNCTYPE(c_void_p, c_void_p, c_void_p, c_size_t)(_memmove_addr) variable
|
/third_party/boost/boost/container/detail/ |
D | copy_move_algo.hpp | 174 inline F memmove(I f, I l, F r) BOOST_NOEXCEPT_OR_NOTHROW in memmove() function
|
/third_party/glib/glib/pcre/ |
D | pcre_internal.h | 347 #define memmove(d,s,n) _memmove(d,s,n) macro 359 #define memmove(a, b, c) bcopy(b, a, c) macro 380 #define memmove(a, b, c) pcre_memmove(a, b, c) macro
|
/third_party/mksh/ |
D | sh.h | 476 #define memmove(dst,src,len) bcopy((src), (dst), (len)) macro
|