/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 | 45 return (wchar_t *)memmove(d, s, n * sizeof(wchar_t)); in wmemmove()
|
/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/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/arch-arm64/ |
D | static_function_dispatch.S | 39 FUNCTION_DELEGATE(memmove, __memmove_aarch64)
|
D | dynamic_function_dispatch.cpp | 79 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
|
/bionic/libc/arch-riscv64/ |
D | static_function_dispatch.S | 40 FUNCTION_DELEGATE(memmove, memmove_gc)
|
D | dynamic_function_dispatch.cpp | 75 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | lsearch.c | 52 element = memmove((char *)base + *nelp * width, key, width); in lsearch()
|
/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/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 82 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/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)
|
/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 | 71 memmove(dst_aligned, src_aligned, nbytes); in BM_string_memmove_non_overlapping() 86 memmove(buf_aligned, buf_aligned + 1, nbytes); // Worst-case overlap. in BM_string_memmove_overlap_dst_before_src() 101 memmove(buf_aligned + 1, buf_aligned, nbytes); // Worst-case overlap. in BM_string_memmove_overlap_src_before_dst()
|
/bionic/libc/bionic/ |
D | fts.c | 192 memmove(sp->fts_path, p->fts_name, len + 1); in fts_load() 195 memmove(p->fts_name, cp, len + 1); in fts_load() 390 memmove(t, p->fts_name, p->fts_namelen + 1); in fts_read() 721 memmove(cp, p->fts_name, p->fts_namelen + 1); in fts_build()
|
D | ndk_cruft.cpp | 250 memmove(dst, src, n); in bcopy()
|
D | fortify.cpp | 134 return memmove(dst, src, len); in __memmove_chk()
|
/bionic/tests/ |
D | clang_fortify_tests.cpp | 148 EXPECT_FORTIFY_DEATH(memmove(small_buffer, large_buffer, sizeof(large_buffer))); in FORTIFY_TEST() 194 EXPECT_NO_DEATH(memmove(split.tiny_buffer, &split, sizeof(split))); in FORTIFY_TEST()
|
D | string_test.cpp | 922 TEST(STRING_TEST, memmove) { in TEST() argument 935 ASSERT_TRUE(memmove(state.ptr2 + pos, state.ptr2, state.len[i]) == state.ptr2 + pos); in TEST() 962 ASSERT_TRUE(memmove(ptr2 + pos, ptr, len) == ptr2 + pos); in TEST() 973 ASSERT_EQ(dst, memmove(dst, src, size)); in verify_memmove() 1075 ASSERT_EQ(dst, memmove(dst, src, len)); in DoMemmoveTest()
|
/bionic/libc/include/bits/fortify/ |
D | string.h | 54 void* _Nonnull memmove(void* _Nonnull const dst __pass_object_size0, const void* _Nonnull src, size… in memmove() function
|
/bionic/libc/include/ |
D | string.h | 57 void* _Nonnull memmove(void* _Nonnull __dst, const void* _Nonnull __src, size_t __n);
|