/ndk/sources/cxx-stl/stlport/stlport/using/ |
D | cstring | 6 # 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/ |
D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/ndk/tests/device/test-stlport/unit/ |
D | cstring_test.cpp | 47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | cstring_test.cpp | 47 CPPUNIT_CHECK( std::memmove(buf1, buf2, 0) != NULL ); in import_checks()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstring | 29 void* memmove(void* s1, const void* s2, size_t n); 71 using ::memmove;
|
D | list | 733 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 …]
|
D | fstream | 587 memmove(this->eback(), this->egptr() - __unget_sz, __unget_sz * sizeof(char_type)); 602 memmove(__extbuf_, __extbufnext_, __extbufend_ - __extbufnext_);
|
D | __bit_reference | 437 _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/ |
D | string_h.pass.cpp | 27 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/ |
D | cstring.pass.cpp | 27 static_assert((std::is_same<decltype(std::memmove(vp, vpc, s)), void*>::value), ""); in main()
|
/ndk/sources/cxx-stl/system/include/ |
D | cstring | 47 using ::memmove;
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cstring | 47 using ::memmove;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | char_traits.h | 168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); } in move()
|
D | _cwchar.h | 323 { return __STATIC_CAST(wchar_t*, memmove(__wdst, __wc, __n * sizeof(wchar_t))); } in wmemmove()
|
D | _algobase.h | 224 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/ |
D | wchar_support.c | 340 return (wchar_t* )memmove((char*)d, in wmemmove()
|
/ndk/sources/host-tools/make-3.81/ |
D | make.h | 257 # define bcopy(s, d, n) memmove ((d), (s), (n))
|
D | job.c | 2863 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()
|
D | config.ami | 232 /* Define if you have the memmove function. */
|
D | config.h-vms | 258 /* Define if you have the memmove function. */
|
D | config.h.in | 142 /* Define to 1 if you have the `memmove' function. */
|
D | configure.in | 152 AC_CHECK_FUNCS( memcpy memmove strchr strdup mkstemp mktemp fdopen \
|
D | config.h.W32 | 147 /* Define to 1 if you have the `memmove' function. */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | debug.cpp | 567 memmove(r, r+1, static_cast<size_t>(end_ - r)*sizeof(__i_node*)); in __remove()
|
/ndk/sources/host-tools/make-3.81/w32/subproc/ |
D | sub_proc.c | 74 memmove(&proc_array[i], &proc_array[i+1], in process_adjust_wait_state()
|