/third_party/musl/src/string/i386/ |
H A D | memmove.s | 3 memmove: label
|
/third_party/musl/src/string/x86_64/ |
H A D | memmove.s | 3 memmove: label
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n)
in memmove() function
|
/third_party/musl/src/string/ |
H A 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/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A 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_a/kernel/include/ |
H A D | string.h | 117 #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/ |
H A D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in memmove() function
|
/third_party/lame/mpglib/ |
H A D | decode_i386.c | 47 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | mpg123.h | 36 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
/third_party/lame/libmp3lame/ |
H A D | machine.h | 41 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
/third_party/lame/frontend/ |
H A D | console.c | 16 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | main.c | 44 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | rtp.c | 63 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | lame_main.c | 44 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | gpkplotting.c | 40 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | parse.c | 45 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
H A D | get_audio.c | 49 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
/third_party/lz4/tests/ |
H A D | freestanding.c | 182 EXTERN_C void *memmove(void *dst, const void *src, size_t n) { in memmove() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os.h | 645 #define memmove OS_DO_NOT_USE_memmove macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os.h | 645 #define memmove OS_DO_NOT_USE_memmove macro
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-typed-array-gen.cc | 290 TNode<ExternalReference> memmove = in CallCMemmove() local 301 TNode<ExternalReference> memmove = in CallCRelaxedMemmove() local
|
/third_party/python/Lib/ctypes/ |
H A D | __init__.py | 498 memmove = CFUNCTYPE(c_void_p, c_void_p, c_void_p, c_size_t)(_memmove_addr) variable
|
/third_party/rust/crates/libc/src/windows/ |
H A D | mod.rs | 378 pub fn memmove(dest: *mut c_void, src: *const c_void, n: size_t) -> *mut c_void; in memmove() functions
|