Searched refs:__to (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/include/ |
D | codecvt | 98 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 …]
|
D | __locale | 500 const char* widen(const char* __low, const char* __high, char_type* __to) const 502 return do_widen(__low, __high, __to); 512 …char_type* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const 514 return do_narrow(__low, __high, __dfault, __to); 609 const char* widen(const char* __low, const char* __high, char_type* __to) const 611 return do_widen(__low, __high, __to); 621 …const char* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) con… 623 return do_narrow(__low, __high, __dfault, __to); 651 virtual const char* do_widen(const char* __low, const char* __high, char_type* __to) const; 653 … char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const; [all …]
|
D | locale | 3669 _Elem* __to = &__ws[0]; 3670 _Elem* __to_end = __to + __ws.size(); 3676 __to, __to_end, __to_nxt); 3684 __ws.resize(__to - &__ws[0]); 3699 __to = &__ws[0] + __s; 3730 char* __to = &__bs[0]; 3731 char* __to_end = __to + __bs.size(); 3737 __to, __to_end, __to_nxt); 3745 __bs.resize(__to - &__bs[0]); 3760 __to = &__bs[0] + __s; [all …]
|
D | vector | 786 void __move_range(pointer __from_s, pointer __from_e, pointer __to); 1711 vector<_Tp, _Allocator>::__move_range(pointer __from_s, pointer __from_e, pointer __to) 1714 difference_type __n = __old_last - __to;
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 123 __DEVICE__ float nexttoward(float __from, float __to) { in nexttoward() argument 124 return __builtin_nexttowardf(__from, __to); in nexttoward() 126 __DEVICE__ double nexttoward(double __from, double __to) { in nexttoward() argument 127 return __builtin_nexttoward(__from, __to); in nexttoward()
|
/external/libcxx/include/experimental/ |
D | filesystem | 1241 void __copy(const path& __from, const path& __to, copy_options __opt, 1244 bool __copy_file(const path& __from, const path& __to, copy_options __opt, 1257 void __create_directory_symlink(const path& __to, const path& __new_symlink, 1260 void __create_hard_link(const path& __to, const path& __new_hard_link, 1263 void __create_symlink(const path& __to, const path& __new_symlink, 1346 void copy(const path& __from, const path& __to) { 1347 __copy(__from, __to, copy_options::none); 1351 void copy(const path& __from, const path& __to, error_code& __ec) _NOEXCEPT { 1352 __copy(__from, __to, copy_options::none, &__ec); 1356 void copy(const path& __from, const path& __to, copy_options __opt) { [all …]
|
/external/libdrm/ |
D | util_double_list.h | 94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|
/external/mesa3d/src/util/ |
D | list.h | 158 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
|