Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 35) sorted by relevance

12

/ndk/sources/cxx-stl/stlport/stlport/using/
Dcstring6 # undef memmove
9 inline void* memmove(void* dst, const void* src, size_t len)
12 using _STLP_VENDOR_CSTD::memmove;
/ndk/sources/host-tools/ndk-stack/regex/
Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/ndk/tests/device/test-stlport/unit/
Dcstring_test.cpp47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
/ndk/tests/device/test-gnustl-full/unit/
Dcstring_test.cpp47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstring29 void* memmove(void* s1, const void* s2, size_t n);
71 using ::memmove;
Dlist733 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
786 memmove(__p, __p+1, (__cn1->end_ - __p)*sizeof(__i_node*));
800 memmove(__p, __p+1, (__cn2->end_ - __p)*sizeof(__i_node*));
1654 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
1682 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
1717 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
1759 memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*));
1928 memmove(__p, __p+1, (__cn2->end_ - __p)*sizeof(__i_node*));
1971 memmove(__p, __p+1, (__cn2->end_ - __p)*sizeof(__i_node*));
2028 memmove(__p, __p+1, (__cn2->end_ - __p)*sizeof(__i_node*));
[all …]
Dfstream587 memmove(this->eback(), this->egptr() - __unget_sz, __unget_sz * sizeof(char_type));
602 memmove(__extbuf_, __extbufnext_, __extbufend_ - __extbufnext_);
D__bit_reference437 _VSTD::memmove(_VSTD::__to_raw_pointer(__result.__seg_),
578 _VSTD::memmove(_VSTD::__to_raw_pointer(__result.__seg_),
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstring_h.pass.cpp27 static_assert((std::is_same<decltype(memmove(vp, vpc, s)), void*>::value), ""); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
Dcstring.pass.cpp27 static_assert((std::is_same<decltype(std::memmove(vp, vpc, s)), void*>::value), ""); in main()
/ndk/sources/cxx-stl/system/include/
Dcstring47 using ::memmove;
/ndk/sources/cxx-stl/gabi++/include/
Dcstring47 using ::memmove;
/ndk/sources/cxx-stl/stlport/stlport/stl/
Dchar_traits.h168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); } in move()
D_cwchar.h323 { return __STATIC_CAST(wchar_t*, memmove(__wdst, __wc, __n * sizeof(wchar_t))); } in wmemmove()
D_algobase.h224 return __n ? (void *)((char*)memmove(__result, __first, __n) + __n) : __result; in __copy_trivial()
256 return (_Num > 0) ? memmove((char*)__result - _Num, __first, _Num) : __result ; in __copy_trivial_backward()
/ndk/sources/android/support/src/
Dwchar_support.c340 return (wchar_t* )memmove((char*)d, in wmemmove()
/ndk/sources/host-tools/make-3.81/
Dmake.h257 # define bcopy(s, d, n) memmove ((d), (s), (n))
Djob.c2863 memmove (echo_line, echo_line + 1, echo_len - 2); in construct_command_argv_internal()
3018 memmove (buf + 2, buf, size + 5); in construct_command_argv()
Dconfig.ami232 /* Define if you have the memmove function. */
Dconfig.h-vms258 /* Define if you have the memmove function. */
Dconfig.h.in142 /* Define to 1 if you have the `memmove' function. */
Dconfigure.in152 AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
Dconfig.h.W32147 /* Define to 1 if you have the `memmove' function. */
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Ddebug.cpp567 memmove(r, r+1, static_cast<size_t>(end_ - r)*sizeof(__i_node*)); in __remove()
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c74 memmove(&proc_array[i], &proc_array[i+1], in process_adjust_wait_state()

12