Home
last modified time | relevance | path

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

12

/third_party/musl/src/string/i386/
Dmemmove.s1 .global memmove symbol
3 memmove: label
/third_party/musl/src/string/x86_64/
Dmemmove.s1 .global memmove symbol
3 memmove: label
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/third_party/musl/porting/uniproton/kernel/src/string/
Dmemmove.c9 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/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/third_party/musl/src/string/
Dmemmove.c9 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/third_party/musl/porting/liteos_m/kernel/include/
Dstring.h115 #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_a/kernel/include/
Dstring.h117 #define memmove(dst, src, len) __memmove(dst, src, len) macro
128 #define memmove(dst, src, len) __memmove(dst, src, len) macro
/third_party/pcre2/pcre2/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.c549 #define memmove(d,s,n) emulated_memmove(d,s,n) macro
/third_party/musl/porting/linux/user/include/fortify/
Dstring.h62 void *memmove(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE0, const void *src, size_t len) in memmove() function
/third_party/musl/ndk_musl_include/fortify/
Dstring.h62 void *memmove(void *const dest __DIAGNOSE_PASS_OBJECT_SIZE0, const void *src, size_t len) in memmove() function
/third_party/lzma/CPP/Windows/
DPropVariant.cpp297 memmove((PROPVARIANT*)this, pSrc, sizeof(PROPVARIANT)); in Copy() local
/third_party/lz4/tests/
Dfreestanding.c182 EXTERN_C void *memmove(void *dst, const void *src, size_t n) { in memmove() function
/third_party/node/deps/v8/src/builtins/
Dbuiltins-typed-array-gen.cc290 TNode<ExternalReference> memmove = in CallCMemmove() local
301 TNode<ExternalReference> memmove = in CallCRelaxedMemmove() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dos.h645 #define memmove OS_DO_NOT_USE_memmove macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dos.h645 #define memmove OS_DO_NOT_USE_memmove macro
/third_party/python/Lib/ctypes/
D__init__.py496 memmove = CFUNCTYPE(c_void_p, c_void_p, c_void_p, c_size_t)(_memmove_addr) variable
/third_party/rust/crates/libc/src/windows/
Dmod.rs378 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs572 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() function
/third_party/rust/crates/libc/src/
Dwasi.rs580 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs721 pub fn memmove(arg1: *mut c_void, arg2: *const c_void, arg3: size_t) -> *mut c_void; in memmove() function
/third_party/mksh/
Dsh.h476 #define memmove(dst,src,len) bcopy((src), (dst), (len)) macro
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1169 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() function

12