Home
last modified time | relevance | path

Searched refs:__to (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dcodecvt.h118 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
122 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
157 { return this->do_unshift(__state, __to,__to_end,__to_next); } in _GLIBCXX_VISIBILITY()
198 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
202 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
239 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
243 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
249 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
306 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_ops.h54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
55 { copy(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
59 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
61 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
62 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
67 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
71 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dforward_list.tcc53 _Fwd_list_node_base* __to in _M_insert_after() local
56 __thing->_M_next = __to->_M_next; in _M_insert_after()
57 __to->_M_next = __thing; in _M_insert_after()
58 return __to->_M_next; in _M_insert_after()
102 _Node_base* __to = &this->_M_impl._M_head; in _M_range_initialize() local
105 __to->_M_next = this->_M_create_node(*__first); in _M_range_initialize()
106 __to = __to->_M_next; in _M_range_initialize()
116 _Node_base* __to = &this->_M_impl._M_head; in _M_fill_initialize() local
119 __to->_M_next = this->_M_create_node(__value); in _M_fill_initialize()
120 __to = __to->_M_next; in _M_fill_initialize()
[all …]
H A Dlocale_facets.h312 widen(const char* __lo, const char* __hi, char_type* __to) const in _GLIBCXX_VISIBILITY()
313 { return this->do_widen(__lo, __hi, __to); } in _GLIBCXX_VISIBILITY()
354 char __dfault, char* __to) const in _GLIBCXX_VISIBILITY()
355 { return this->do_narrow(__lo, __hi, __dfault, __to); } in _GLIBCXX_VISIBILITY()
543 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0; in _GLIBCXX_VISIBILITY()
590 char __dfault, char* __to) const = 0; in _GLIBCXX_VISIBILITY()
665 char __dfault, char* __to) const; in _GLIBCXX_VISIBILITY()
899 widen(const char* __lo, const char* __hi, char_type* __to) const in _GLIBCXX_VISIBILITY()
904 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
909 return this->do_widen(__lo, __hi, __to); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dcodecvt.h118 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
122 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
157 { return this->do_unshift(__state, __to,__to_end,__to_next); } in _GLIBCXX_VISIBILITY()
198 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
202 __to, __to_end, __to_next); in _GLIBCXX_VISIBILITY()
239 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
243 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
249 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
306 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_ops.h54 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
55 { copy(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
59 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
61 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
62 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
66 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
67 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY()
71 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dforward_list.tcc53 _Fwd_list_node_base* __to in _M_insert_after() local
56 __thing->_M_next = __to->_M_next; in _M_insert_after()
57 __to->_M_next = __thing; in _M_insert_after()
58 return __to->_M_next; in _M_insert_after()
102 _Node_base* __to = &this->_M_impl._M_head; in _M_range_initialize() local
105 __to->_M_next = this->_M_create_node(*__first); in _M_range_initialize()
106 __to = __to->_M_next; in _M_range_initialize()
116 _Node_base* __to = &this->_M_impl._M_head; in _M_fill_initialize() local
119 __to->_M_next = this->_M_create_node(__value); in _M_fill_initialize()
120 __to = __to->_M_next; in _M_fill_initialize()
[all …]
H A Dlocale_facets.h312 widen(const char* __lo, const char* __hi, char_type* __to) const in _GLIBCXX_VISIBILITY()
313 { return this->do_widen(__lo, __hi, __to); } in _GLIBCXX_VISIBILITY()
354 char __dfault, char* __to) const in _GLIBCXX_VISIBILITY()
355 { return this->do_narrow(__lo, __hi, __dfault, __to); } in _GLIBCXX_VISIBILITY()
543 do_widen(const char* __lo, const char* __hi, char_type* __to) const = 0; in _GLIBCXX_VISIBILITY()
590 char __dfault, char* __to) const = 0; in _GLIBCXX_VISIBILITY()
665 char __dfault, char* __to) const; in _GLIBCXX_VISIBILITY()
899 widen(const char* __lo, const char* __hi, char_type* __to) const in _GLIBCXX_VISIBILITY()
904 __builtin_memcpy(__to, __lo, __hi - __lo); in _GLIBCXX_VISIBILITY()
909 return this->do_widen(__lo, __hi, __to); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h61 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
62 { copy(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
66 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
68 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
69 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
74 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
78 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h261 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
262 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
265 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
266 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/
H A Dfs_ops.h61 copy(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
62 { copy(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
66 { copy(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
68 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
69 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
73 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY()
74 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY()
77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY()
78 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h261 void copy(const path& __from, const path& __to, copy_options __options); in _GLIBCXX_VISIBILITY()
262 void copy(const path& __from, const path& __to, copy_options __options, in _GLIBCXX_VISIBILITY()
265 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY()
266 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcodecvt98 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
102 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
105 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
133 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
137 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
140 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
168 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
172 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
175 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
221 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
[all …]
H A D__locale544 const char* widen(const char* __low, const char* __high, char_type* __to) const
546 return do_widen(__low, __high, __to);
556 …char_type* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const
558 return do_narrow(__low, __high, __dfault, __to);
653 const char* widen(const char* __low, const char* __high, char_type* __to) const
655 return do_widen(__low, __high, __to);
665 …const char* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) con…
667 return do_narrow(__low, __high, __dfault, __to);
695 virtual const char* do_widen(const char* __low, const char* __high, char_type* __to) const;
697 … char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const;
[all …]
H A Dfilesystem1387 void __copy(const path& __from, const path& __to, copy_options __opt,
1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt,
1403 void __create_directory_symlink(const path& __to, const path& __new_symlink,
1406 void __create_hard_link(const path& __to, const path& __new_hard_link,
1409 void __create_symlink(const path& __to, const path& __new_symlink,
1489 const path& __to) {
1490 __copy(__from, __to, copy_options::none);
1493 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to,
1495 __copy(__from, __to, copy_options::none, &__ec);
1498 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcodecvt98 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
102 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
105 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
133 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
137 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
140 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
168 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
172 intern_type* __to, intern_type* __to_end, intern_type*& __to_nxt) const;
175 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
221 extern_type* __to, extern_type* __to_end, extern_type*& __to_nxt) const;
[all …]
H A D__locale544 const char* widen(const char* __low, const char* __high, char_type* __to) const
546 return do_widen(__low, __high, __to);
556 …char_type* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const
558 return do_narrow(__low, __high, __dfault, __to);
653 const char* widen(const char* __low, const char* __high, char_type* __to) const
655 return do_widen(__low, __high, __to);
665 …const char* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) con…
667 return do_narrow(__low, __high, __dfault, __to);
695 virtual const char* do_widen(const char* __low, const char* __high, char_type* __to) const;
697 … char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const;
[all …]
H A Dfilesystem1387 void __copy(const path& __from, const path& __to, copy_options __opt,
1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt,
1403 void __create_directory_symlink(const path& __to, const path& __new_symlink,
1406 void __create_hard_link(const path& __to, const path& __new_hard_link,
1409 void __create_symlink(const path& __to, const path& __new_symlink,
1489 const path& __to) {
1490 __copy(__from, __to, copy_options::none);
1493 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to,
1495 __copy(__from, __to, copy_options::none, &__ec);
1498 inline _LIBCPP_INLINE_VISIBILITY void copy(const path& __from, const path& __to,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dcodecvt_specializations.h264 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
274 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
311 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
321 size_t __tbytes = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
325 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
378 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
386 size_t __tlen = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
390 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
397 if (__tlen == __tmultiple * (__to_end - __to)) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dcodecvt_specializations.h264 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
268 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
274 intern_type* __to, intern_type* __to_end, in _GLIBCXX_VISIBILITY()
311 extern_type* __to, extern_type* __to_end, in _GLIBCXX_VISIBILITY()
321 size_t __tbytes = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
325 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
378 do_unshift(state_type& __state, extern_type* __to, in _GLIBCXX_VISIBILITY()
386 size_t __tlen = __tmultiple * (__to_end - __to); in _GLIBCXX_VISIBILITY()
390 char* __cto = reinterpret_cast<char*>(__to); in _GLIBCXX_VISIBILITY()
397 if (__tlen == __tmultiple * (__to_end - __to)) in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duaccess.h517 extern size_t __copy_user(void *__to, const void *__from, size_t __n);
583 extern size_t __copy_from_user_eva(void *__to, const void *__from,
585 extern size_t __copy_to_user_eva(void *__to, const void *__from,
587 extern size_t __copy_in_user_eva(void *__to, const void *__from, size_t __n);
695 extern long __strncpy_from_kernel_asm(char *__to, const char __user *__from, long __len);
696 extern long __strncpy_from_user_asm(char *__to, const char __user *__from, long __len);
717 strncpy_from_user(char *__to, const char __user *__from, long __len) in strncpy_from_user() argument
729 : "r" (__to), "r" (__from), "r" (__len) in strncpy_from_user()
740 : "r" (__to), "r" (__from), "r" (__len) in strncpy_from_user()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/
H A Dbuffer293 mutable_buffer __to;
296 || (__from.size() && __to.size()))
301 if (__to.size() == 0)
302 __to = mutable_buffer{*__to_i++};
304 size_t __n = std::min(__from.size(), __to.size());
306 std::memcpy(__to.data(), __from.data(), __n);
308 __to = { (char*)__to.data() + __n, __to.size() - __n };
634 mutable_buffer __to;
638 && (__i != __end || __to.size()))
640 if (__to.size() == 0)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/
H A Dbuffer293 mutable_buffer __to;
296 || (__from.size() && __to.size()))
301 if (__to.size() == 0)
302 __to = mutable_buffer{*__to_i++};
304 size_t __n = std::min(__from.size(), __to.size());
306 std::memcpy(__to.data(), __from.data(), __n);
308 __to = { (char*)__to.data() + __n, __to.size() - __n };
634 mutable_buffer __to;
638 && (__i != __end || __to.size()))
640 if (__to.size() == 0)
[all …]
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dstring.h11 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
15 extern void *memset(void *__to, int c, size_t __n);
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dstring.h114 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
115 extern void *__memcpy(void *__to, __const__ void *__from, size_t __n);

123