Home
last modified time | relevance | path

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

12345678910>>...12

/aosp_15_r20/external/trusty/musl/src/string/x86_64/
Dmemmove.s1 .global memmove symbol
3 memmove: label
/aosp_15_r20/external/trusty/musl/src/string/i386/
Dmemmove.s1 .global memmove symbol
3 memmove: label
/aosp_15_r20/external/musl/src/string/x86_64/
H A Dmemmove.s1 .global memmove symbol
3 memmove: label
/aosp_15_r20/external/musl/src/string/i386/
H A Dmemmove.s1 .global memmove symbol
3 memmove: label
/aosp_15_r20/external/coreboot/src/arch/x86/
H A Dmemmove_64.S16 .global memmove symbol
17 memmove: label
H A Dmemmove_32.c10 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/aosp_15_r20/external/pcre/vms/
H A Dconfigure.com468 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 Dbstring.c320 #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 Darc-non-pod-memaccess.m9 void *memmove(void *s1, const void *s2, __SIZE_TYPE__ n); function
/aosp_15_r20/external/liblc3/wasm/
H A Dstring.h25 #define memmove __builtin_memmove macro
/aosp_15_r20/external/coreboot/src/lib/
H A Dmemmove.c4 void *memmove(void *vdest, const void *vsrc, size_t count) in memmove() function
/aosp_15_r20/external/arm-trusted-firmware/lib/libc/
H A Dmemmove.c9 void *memmove(void *dst, const void *src, size_t len) in memmove() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libc/
Dmemmove.c9 void *memmove(void *dst, const void *src, size_t len) in memmove() function
/aosp_15_r20/external/llvm/lib/Support/
H A Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/aosp_15_r20/external/musl/src/string/
H A Dmemmove.c9 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 Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/aosp_15_r20/external/trusty/musl/src/string/
Dmemmove.c9 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue30061.go14 func memmove(to, from unsafe.Pointer, n uintptr) func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregutils.h55 #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 Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/aosp_15_r20/external/libcups/vcnet/regex/
H A Dutils.h21 #define memmove(d, s, c) bcopy(s, d, c) macro
/aosp_15_r20/external/trusty/lk/lib/libc/string/
Dmemmove.c39 memmove(void *dest, void const *src, size_t count) in memmove() function
/aosp_15_r20/external/pcre/src/
H A Dpcre2_string_utils.c63 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 Dutils.h82 #define memmove(d, s, c) bcopy(s, d, c) macro
/aosp_15_r20/bionic/libc/arch-arm64/
H A Ddynamic_function_dispatch.cpp79 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument

12345678910>>...12