Searched refs:bcopy (Results 1 – 11 of 11) sorted by relevance
/bionic/libc/arch-x86/string/ |
D | ssse3-bcopy-atom.S | 32 #define MEMCPY bcopy
|
D | bcopy.S | 47 ENTRY(bcopy)
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | utils.h | 90 #define memmove(d, s, c) bcopy(s, d, c)
|
/bionic/libc/include/ |
D | strings.h | 46 void bcopy(const void *, void *, size_t);
|
/bionic/libc/arch-mips/bionic/ |
D | memmove.c | 41 bcopy(src, dst, n); in memmove()
|
/bionic/libc/bionic/ |
D | memmove.c | 43 bcopy(src, dst, n); in memmove()
|
/bionic/libc/string/ |
D | bcopy.c | 59 bcopy(const void *src0, void *dst0, size_t length) in memcpy()
|
/bionic/libc/kernel/common/linux/ |
D | mroute6.h | 64 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
|
/bionic/libc/arch-x86/ |
D | x86.mk | 19 arch-x86/string/ssse3-bcopy-atom.S \ 37 arch-x86/string/bcopy.S \
|
/bionic/tests/ |
D | string_test.cpp | 850 TEST(string, bcopy) { in TEST() argument 863 bcopy(state.ptr1, state.ptr1 + start, state.len[i]); in TEST()
|
/bionic/libc/ |
D | Android.mk | 368 string/bcopy.c \ 421 string/bcopy.c \
|