Searched refs:__p2 (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/libstdc++/src/ |
| D | compatibility.cc | 294 bool (* __p2)(const wchar_t&, const wchar_t&) = &char_traits<wchar_t>::eq; variable
|
| /trueos/contrib/libc++/include/ |
| D | locale | 872 char *__p2; 873 long long __ll = strtoll_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE); 877 if (__p2 != __a_end) 912 char *__p2; 913 unsigned long long __ll = strtoull_l(__a, &__p2, __base, _LIBCPP_GET_C_LOCALE); 917 if (__p2 != __a_end) 942 char *__p2; 943 long double __ld = strtold_l(__a, &__p2, _LIBCPP_GET_C_LOCALE); 947 if (__p2 != __a_end)
|
| D | algorithm | 2445 _RandomAccessIterator __p2 = __p1 + __m1; 2448 *__p1 = _VSTD::move(*__p2); 2449 __p1 = __p2; 2450 const difference_type __d = __last - __p2; 2452 __p2 += __m1; 2454 __p2 = __first + (__m1 - __d); 2455 } while (__p2 != __p);
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | locale_facets.tcc | 1079 _CharT* __p2 = std::__add_grouping(__new, __sep, __grouping, in _M_group_float() local 1084 int __newlen = __p2 - __new; in _M_group_float() 1087 char_traits<_CharT>::copy(__p2, __p, __len - __declen); in _M_group_float()
|