/external/u-boot/arch/powerpc/lib/ |
D | ppcstring.S | 94 .globl memmove symbol 95 memmove: label
|
/external/clang/test/SemaObjC/ |
D | arc-non-pod-memaccess.m | 9 void *memmove(void *s1, const void *s2, __SIZE_TYPE__ n); function
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regutils.h | 52 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/external/llvm/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLibraryInfo.h | 27 memmove, enumerator
|
/external/pcre/dist2/src/ |
D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
|
D | pcre2_internal.h | 187 #define memmove(d,s,n) _memmove(d,s,n) macro 196 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
|
D | pcre2grep.c | 506 #define memmove(d,s,n) emulated_memmove(d,s,n) macro
|
/external/u-boot/arch/x86/lib/ |
D | string.c | 133 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/external/xz-embedded/linux/lib/ |
D | decompress_unxz.c | 204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
|
/external/iproute2/include/ |
D | bpf_api.h | 239 # define memmove(d, s, n) __builtin_memmove((d), (s), (n)) macro
|
/external/clang/test/Analysis/ |
D | bstring.c | 320 #define memmove(a,b,c) __memmove_chk(a,b,c,(size_t)-1) macro 324 #define memmove BUILTIN(memmove) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 644 #define memmove OS_DO_NOT_USE_memmove macro
|
/external/u-boot/lib/ |
D | string.c | 542 void * memmove(void * dest,const void *src,size_t count) in memmove() function
|
/external/python/cpython2/Lib/ctypes/ |
D | __init__.py | 489 memmove = CFUNCTYPE(c_void_p, c_void_p, c_void_p, c_size_t)(_memmove_addr) variable
|
/external/python/cpython3/Lib/ctypes/ |
D | __init__.py | 476 memmove = CFUNCTYPE(c_void_p, c_void_p, c_void_p, c_size_t)(_memmove_addr) variable
|
/external/openssh/ |
D | defines.h | 630 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
|
/external/compiler-rt/lib/asan/ |
D | asan_interceptors.cc | 448 INTERCEPTOR(void*, memmove, void *to, const void *from, uptr size) { in INTERCEPTOR() argument
|
/external/v8/src/builtins/ |
D | builtins-typed-array-gen.cc | 1092 TNode<ExternalReference> memmove = in CallCMemmove() local
|
D | builtins-array-gen.cc | 1585 Node* memmove = in TF_BUILTIN() local
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 156 INTERCEPTOR(void *, memmove, void *dest, const void *src, SIZE_T n) { in INTERCEPTOR() argument
|
/external/expat/lib/ |
D | xmlparse.c | 170 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 170 #define memmove(d,s,l) bcopy((s),(d),(l)) macro
|