/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/arch-arm64/generic/bionic/ |
D | memmove.S | 90 ENTRY(memmove) 152 END(memmove) 154 ALIAS_SYMBOL(memcpy, memmove)
|
/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()
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wmemmove.c | 45 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
|
/bionic/libc/arch-arm/ |
D | static_function_dispatch.S | 36 FUNCTION_DELEGATE(memmove, memmove_generic)
|
D | dynamic_function_dispatch.cpp | 146 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
|
/bionic/libc/arch-x86/ |
D | static_function_dispatch.S | 40 FUNCTION_DELEGATE(memmove, memmove_generic)
|
D | dynamic_function_dispatch.cpp | 58 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
|
/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/headers/posix/ |
D | string_h.c | 42 FUNCTION(memmove, void* (*f)(void*, const void*, size_t)); in string_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_147.S | 66 CALL(memmove)
|
D | liblinker_reloc_bench_105.S | 102 CALL(memmove)
|
D | liblinker_reloc_bench_065.S | 222 CALL(memmove)
|
D | liblinker_reloc_bench_031.S | 384 CALL(memmove)
|
D | liblinker_reloc_bench_140.S | 535 CALL(memmove)
|
/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 | 250 memmove(dst, src, n); in bcopy()
|
D | fortify.cpp | 137 return memmove(dst, src, len); in __memmove_chk()
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 176 EXPECT_FORTIFY_DEATH(memmove(small_buffer, large_buffer, sizeof(large_buffer))); in FORTIFY_TEST() 221 EXPECT_NO_DEATH(memmove(split.tiny_buffer, &split, sizeof(split))); in FORTIFY_TEST()
|
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/include/ |
D | string.h | 57 void* memmove(void* __dst, const void* __src, size_t __n);
|
/bionic/libc/include/bits/fortify/ |
D | string.h | 53 void* memmove(void* const dst __pass_object_size0, const void* src, size_t len) __overloadable { in memmove() function
|
/bionic/libc/ |
D | Android.bp | 804 "arch-arm/generic/bionic/memmove.S", 825 "arch-arm/cortex-a15/bionic/memmove.S", 856 "arch-arm64/generic/bionic/memmove.S", 899 "arch-x86/silvermont/string/sse2-memmove-slm.S", 934 "arch-x86/atom/string/ssse3-memmove-atom.S", 951 "arch-x86_64/string/sse2-memmove-slm.S",
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-memmove-slm.S | 34 # define MEMMOVE memmove
|