/aosp_15_r20/external/trusty/musl/src/string/x86_64/ |
D | memmove.s | 1 .global memmove symbol 3 memmove: label
|
/aosp_15_r20/external/trusty/musl/src/string/i386/ |
D | memmove.s | 1 .global memmove symbol 3 memmove: label
|
/aosp_15_r20/external/musl/src/string/x86_64/ |
H A D | memmove.s | 1 .global memmove symbol 3 memmove: label
|
/aosp_15_r20/external/musl/src/string/i386/ |
H A D | memmove.s | 1 .global memmove symbol 3 memmove: label
|
/aosp_15_r20/external/coreboot/src/arch/x86/ |
H A D | memmove_64.S | 16 .global memmove symbol 17 memmove: label
|
H A D | memmove_32.c | 10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/aosp_15_r20/external/pcre/vms/ |
H A D | configure.com | 468 PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if function 469 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make function
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | bstring.c | 320 #define memmove(a,b,c) __memmove_chk(a,b,c,(size_t)-1) macro 324 #define memmove BUILTIN(memmove) macro
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | arc-non-pod-memaccess.m | 9 void *memmove(void *s1, const void *s2, __SIZE_TYPE__ n); function
|
/aosp_15_r20/external/liblc3/wasm/ |
H A D | string.h | 25 #define memmove __builtin_memmove macro
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | memmove.c | 4 void *memmove(void *vdest, const void *vsrc, size_t count) in memmove() function
|
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/ |
H A D | memmove.c | 9 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/ |
D | memmove.c | 9 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/aosp_15_r20/external/musl/src/string/ |
H A D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/aosp_15_r20/external/trusty/musl/src/string/ |
D | memmove.c | 9 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue30061.go | 14 func memmove(to, from unsafe.Pointer, n uintptr) func
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/aosp_15_r20/external/libcups/vcnet/regex/ |
H A D | utils.h | 21 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/aosp_15_r20/external/trusty/lk/lib/libc/string/ |
D | memmove.c | 39 memmove(void *dest, void const *src, size_t count) in memmove() function
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_string_utils.c | 63 PRIV(memmove)(void *d, const void *s, size_t n) in PRIV() argument
|
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | utils.h | 82 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/aosp_15_r20/bionic/libc/arch-arm64/ |
H A D | dynamic_function_dispatch.cpp | 79 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
|