/bionic/libc/arch-arm/bionic/ |
D | __aeabi.c | 88 memmove(dest, src, n); in __aeabi_memmove8_impl() 92 memmove(dest, src, n); in __aeabi_memmove4_impl() 96 memmove(dest, src, n); in __aeabi_memmove_impl() 100 memmove(dest, src, n); in __aeabi_memmove8_impl2() 104 memmove(dest, src, n); in __aeabi_memmove4_impl2() 108 memmove(dest, src, n); in __aeabi_memmove_impl2()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wmemmove.c | 43 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t)); in wmemmove()
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 90 #define memmove(d, s, c) bcopy(s, d, c) macro
|
D | regcomp.c | 1457 (void) memmove(fp, fp + len + 1, 1735 memmove(&p->strip[pos+1], &p->strip[pos], (HERE()-pos-1)*sizeof(sop)); in doinsert()
|
/bionic/libc/arch-arm64/generic/bionic/ |
D | memmove.S | 90 ENTRY(memmove) 152 END(memmove) 154 ALIAS_SYMBOL(memcpy, memmove)
|
/bionic/libc/arch-arm/ |
D | static_function_dispatch.S | 36 FUNCTION_DELEGATE(memmove, memmove_generic)
|
D | dynamic_function_dispatch.cpp | 158 DEFINE_IFUNC(memmove) { in DEFINE_IFUNC() argument
|
/bionic/libc/arch-x86/ |
D | static_function_dispatch.S | 40 FUNCTION_DELEGATE(memmove, memmove_generic)
|
D | dynamic_function_dispatch.cpp | 70 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
|
/bionic/libc/stdio/ |
D | fmemopen.cpp | 54 memmove(buf, ck->buf + ck->offset, n); in fmemopen_read() 81 memmove(ck->buf + ck->offset, buf, n); in fmemopen_write()
|
D | printf_common.h | 661 memmove(new_table, *typetable, *tablesize); in __grow_type_table()
|
/bionic/tests/headers/posix/ |
D | string_h.c | 42 FUNCTION(memmove, void* (*f)(void*, const void*, size_t)); in string_h()
|
/bionic/benchmarks/ |
D | string_benchmark.cpp | 72 memmove(dst_aligned, src_aligned, nbytes); in BM_string_memmove_non_overlapping() 87 memmove(buf_aligned, buf_aligned + 1, nbytes); // Worst-case overlap. in BM_string_memmove_overlap_dst_before_src() 102 memmove(buf_aligned + 1, buf_aligned, nbytes); // Worst-case overlap. in BM_string_memmove_overlap_src_before_dst()
|
/bionic/tests/ |
D | fortify_filecheck_diagnostics_test.cpp | 85 memmove(buf, "foobar", sizeof("foobar")); in test_memmove()
|
D | string_test.cpp | 910 TEST(STRING_TEST, memmove) { in TEST() argument 923 ASSERT_TRUE(memmove(state.ptr2 + pos, state.ptr2, state.len[i]) == state.ptr2 + pos); in TEST() 950 ASSERT_TRUE(memmove(ptr2 + pos, ptr, len) == ptr2 + pos); in TEST() 961 ASSERT_EQ(dst, memmove(dst, src, size)); in verify_memmove() 1063 ASSERT_EQ(dst, memmove(dst, src, len)); in DoMemmoveTest()
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | realpath.c | 123 memmove(left, s + 1, left_len + 1); in realpath()
|
/bionic/libc/bionic/ |
D | fts.c | 190 memmove(sp->fts_path, p->fts_name, len + 1); in fts_load() 193 memmove(p->fts_name, cp, len + 1); in fts_load() 384 memmove(t, p->fts_name, p->fts_namelen + 1); in fts_read() 713 memmove(cp, p->fts_name, p->fts_namelen + 1); // NOLINT in fts_build()
|
D | ndk_cruft.cpp | 249 memmove(dst, src, n); in bcopy()
|
D | fortify.cpp | 137 return memmove(dst, src, len); in __memmove_chk()
|
/bionic/libc/include/bits/fortify/ |
D | string.h | 53 void* memmove(void* const dst __pass_object_size0, const void* src, size_t len) in memmove() function
|
/bionic/libc/include/ |
D | string.h | 57 void* memmove(void* __dst, const void* __src, size_t __n);
|
/bionic/libc/arch-mips/string/ |
D | memmove.c | 386 memmove (void *dst0, const void *src0, size_t length) in memmove() function
|
/bionic/libc/ |
D | Android.bp | 756 "arch-arm/generic/bionic/memmove.S", 777 "arch-arm/cortex-a15/bionic/memmove.S", 812 "arch-arm64/generic/bionic/memmove.S", 848 "arch-mips/string/memmove.c", 875 "arch-mips/string/memmove.c", 913 "arch-x86/silvermont/string/sse2-memmove-slm.S", 947 "arch-x86/atom/string/ssse3-memmove-atom.S", 961 "arch-x86_64/string/sse2-memmove-slm.S",
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-memmove-slm.S | 34 # define MEMMOVE memmove
|
/bionic/libc/tools/ |
D | posix-2013.txt | 553 memmove
|