Home
last modified time | relevance | path

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

/external/libcxx/include/
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 …]
D__locale496 const char* widen(const char* __low, const char* __high, char_type* __to) const
498 return do_widen(__low, __high, __to);
508 …char_type* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const
510 return do_narrow(__low, __high, __dfault, __to);
605 const char* widen(const char* __low, const char* __high, char_type* __to) const
607 return do_widen(__low, __high, __to);
617 …const char* narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) con…
619 return do_narrow(__low, __high, __dfault, __to);
647 virtual const char* do_widen(const char* __low, const char* __high, char_type* __to) const;
649 … char* do_narrow(const char_type* __low, const char_type* __high, char __dfault, char* __to) const;
[all …]
Dlocale3875 _Elem* __to = &__ws[0];
3876 _Elem* __to_end = __to + __ws.size();
3882 __to, __to_end, __to_nxt);
3890 __ws.resize(__to - &__ws[0]);
3905 __to = &__ws[0] + __s;
3936 char* __to = &__bs[0];
3937 char* __to_end = __to + __bs.size();
3943 __to, __to_end, __to_nxt);
3951 __bs.resize(__to - &__bs[0]);
3966 __to = &__bs[0] + __s;
[all …]
Dvector787 void __move_range(pointer __from_s, pointer __from_e, pointer __to);
1699 vector<_Tp, _Allocator>::__move_range(pointer __from_s, pointer __from_e, pointer __to)
1702 difference_type __n = __old_last - __to;
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
D__clang_cuda_cmath.h123 __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/libdrm/
Dutil_double_list.h94 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument
/external/mesa3d/src/gallium/auxiliary/util/
Du_double_list.h99 #define LIST_REPLACE(__from, __to) list_replace(__from, __to) argument