Home
last modified time | relevance | path

Searched defs:memmove (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/test/SemaObjC/
Darc-non-pod-memaccess.m9 void *memmove(void *s1, const void *s2, __SIZE_TYPE__ n); function
/external/llvm-project/clang/test/SemaObjC/
Darc-non-pod-memaccess.m9 void *memmove(void *s1, const void *s2, __SIZE_TYPE__ n); function
Dwarn-nontrivial-struct-memaccess.m6 void *memmove(void *, const void *, __SIZE_TYPE__); function
/external/arm-trusted-firmware/lib/libc/
Dmemmove.c9 void *memmove(void *dst, const void *src, size_t len) in memmove() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/external/llvm/lib/Support/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/external/llvm-project/llvm/lib/Support/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/external/libcups/vcnet/regex/
Dutils.h21 #define memmove(d, s, c) bcopy(s, d, c) macro
/external/python/cffi/doc/source/
Dref.rst283 .. _ffi-typeof:
284 .. _ffi-sizeof:
285 .. _ffi-alignof:
/external/pcre/dist2/src/
Dpcre2_string_utils.c63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
Dpcre2_internal.h189 #define memmove(d,s,n) _memmove(d,s,n) macro
198 #define memmove(a, b, c) PRIV(memmove)(a, b, c) macro
Dpcre2grep.c552 #define memmove(d,s,n) emulated_memmove(d,s,n) macro
/external/xz-embedded/linux/lib/
Ddecompress_unxz.c204 void *memmove(void *dest, const void *src, size_t size) in memmove() function
/external/iproute2/include/
Dbpf_api.h239 # define memmove(d, s, n) __builtin_memmove((d), (s), (n)) macro
/external/clang/test/Analysis/
Dbstring.c320 #define memmove(a,b,c) __memmove_chk(a,b,c,(size_t)-1) macro
324 #define memmove BUILTIN(memmove) macro
/external/llvm-project/clang/test/Analysis/
Dbstring.c355 #define memmove(a,b,c) __memmove_chk(a,b,c,(size_t)-1) macro
359 #define memmove BUILTIN(memmove) macro
Dsecurity-syntax-checks.m298 void *memmove(void *destination, const void *source, size_t num); function
/external/mtools/
Dsysincludes.h478 # define memmove(DST, SRC, N) bcopy(SRC, DST, N) macro
/external/wpa_supplicant_8/src/utils/
Dos.h644 #define memmove OS_DO_NOT_USE_memmove macro
/external/python/cpython3/Lib/ctypes/
D__init__.py496 memmove = CFUNCTYPE(c_void_p, c_void_p, c_void_p, c_size_t)(_memmove_addr) variable
/external/python/cpython2/Lib/ctypes/
D__init__.py489 memmove = CFUNCTYPE(c_void_p, c_void_p, c_void_p, c_size_t)(_memmove_addr) variable
/external/python/cffi/cffi/
Dapi.py364 def memmove(self, dest, src, n): member in FFI
/external/openssh/
Ddefines.h659 # define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc448 INTERCEPTOR(void*, memmove, void *to, const void *from, uptr size) { in INTERCEPTOR() argument

12