Home
last modified time | relevance | path

Searched refs:__ps (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__bsd_locale_fallbacks.h49 size_t __len, mbstate_t *__ps, locale_t __l) in __libcpp_wcsnrtombs_l() argument
52 return wcsnrtombs(__dest, __src, __nwc, __len, __ps); in __libcpp_wcsnrtombs_l()
56 size_t __libcpp_wcrtomb_l(char *__s, wchar_t __wc, mbstate_t *__ps, locale_t __l) in __libcpp_wcrtomb_l() argument
59 return wcrtomb(__s, __wc, __ps); in __libcpp_wcrtomb_l()
64 size_t __len, mbstate_t *__ps, locale_t __l) in __libcpp_mbsnrtowcs_l() argument
67 return mbsnrtowcs(__dest, __src, __nms, __len, __ps); in __libcpp_mbsnrtowcs_l()
72 mbstate_t *__ps, locale_t __l) in __libcpp_mbrtowc_l() argument
75 return mbrtowc(__pwc, __s, __n, __ps); in __libcpp_mbrtowc_l()
86 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) in __libcpp_mbrlen_l() argument
89 return mbrlen(__s, __n, __ps); in __libcpp_mbrlen_l()
[all …]
H A D__string982 for (const _CharT* __ps = __p + __pos; __ps != __p;)
984 if (_Traits::eq(*--__ps, __c))
985 return static_cast<_SizeT>(__ps - __p);
1036 for (const _CharT* __ps = __p + __pos; __ps != __p;)
1038 const _CharT* __r = _Traits::find(__s, __n, *--__ps);
1040 return static_cast<_SizeT>(__ps - __p);
1056 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps)
1057 if (_Traits::find(__s, __n, *__ps) == nullptr)
1058 return static_cast<_SizeT>(__ps - __p);
1072 for (const _CharT* __ps = __p + __pos; __ps != __pe; ++__ps)
[all …]
H A Dvector1717 difference_type __ps = __position - cbegin();
1718 pointer __p = this->__begin_ + __ps;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Ddebug_allocator.h124 size_type* __ps = reinterpret_cast<size_type*>(__res); in _GLIBCXX_VISIBILITY()
125 *__ps = __n; in _GLIBCXX_VISIBILITY()
133 size_type* __ps = reinterpret_cast<size_type*>(__res); in _GLIBCXX_VISIBILITY()
134 *__ps = __n; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Ddebug_allocator.h124 size_type* __ps = reinterpret_cast<size_type*>(__res); in _GLIBCXX_VISIBILITY()
125 *__ps = __n; in _GLIBCXX_VISIBILITY()
133 size_type* __ps = reinterpret_cast<size_type*>(__res); in _GLIBCXX_VISIBILITY()
134 *__ps = __n; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dmonetary_members.cc268 char* __ps = 0; in _M_initialize_moneypunct() local
307 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
308 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
309 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
350 delete [] __ps; in _M_initialize_moneypunct()
422 char* __ps = 0; in _M_initialize_moneypunct() local
461 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
462 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
463 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
504 delete [] __ps; in _M_initialize_moneypunct()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dmonetary_members.cc268 char* __ps = 0; in _M_initialize_moneypunct() local
307 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
308 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
309 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
350 delete [] __ps; in _M_initialize_moneypunct()
422 char* __ps = 0; in _M_initialize_moneypunct() local
461 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
462 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
463 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
504 delete [] __ps; in _M_initialize_moneypunct()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dmonetary_members.cc272 char* __ps = 0; in _M_initialize_moneypunct() local
308 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
309 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
310 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
351 delete [] __ps; in _M_initialize_moneypunct()
423 char* __ps = 0; in _M_initialize_moneypunct() local
459 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
460 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
461 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
502 delete [] __ps; in _M_initialize_moneypunct()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dmonetary_members.cc272 char* __ps = 0; in _M_initialize_moneypunct() local
308 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
309 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
310 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
351 delete [] __ps; in _M_initialize_moneypunct()
423 char* __ps = 0; in _M_initialize_moneypunct() local
459 __ps = new char[__len + 1]; in _M_initialize_moneypunct()
460 memcpy(__ps, __cpossign, __len + 1); in _M_initialize_moneypunct()
461 _M_data->_M_positive_sign = __ps; in _M_initialize_moneypunct()
502 delete [] __ps; in _M_initialize_moneypunct()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/solaris/
H A Dxlocale.cpp58 size_t __max, mbstate_t *__ps, locale_t __loc) { in mbrtowc_l() argument
59 return mbrtowc(__pwc, __pmb, __max, __ps); in mbrtowc_l()
/netbsd-src/sbin/ifconfig/
H A Dparse.h87 #define PSTR_INITIALIZER(__ps, __name, __defexec, __defkey, __defnext) \ argument
88 PSTR_INITIALIZER1((__ps), (__name), (__defexec), (__defkey), \
91 #define PSTR_INITIALIZER1(__ps, __name, __defexec, __defkey, __defhexok,\ argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc468 int __ps = _M_p - short_lag; in operator ()() local
469 if (__ps < 0) in operator ()()
470 __ps += long_lag; in operator ()()
476 if (_M_x[__ps] >= _M_x[_M_p] + _M_carry) in operator ()()
478 __xi = _M_x[__ps] - _M_x[_M_p] - _M_carry; in operator ()()
483 __xi = modulus - _M_x[_M_p] - _M_carry + _M_x[__ps]; in operator ()()
612 int __ps = _M_p - short_lag; in operator ()() local
613 if (__ps < 0) in operator ()()
614 __ps += long_lag; in operator ()()
619 if (_M_x[__ps][__j] > _M_x[_M_p][__j] in operator ()()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Drandom.tcc468 int __ps = _M_p - short_lag; in operator ()() local
469 if (__ps < 0) in operator ()()
470 __ps += long_lag; in operator ()()
476 if (_M_x[__ps] >= _M_x[_M_p] + _M_carry) in operator ()()
478 __xi = _M_x[__ps] - _M_x[_M_p] - _M_carry; in operator ()()
483 __xi = modulus - _M_x[_M_p] - _M_carry + _M_x[__ps]; in operator ()()
612 int __ps = _M_p - short_lag; in operator ()() local
613 if (__ps < 0) in operator ()()
614 __ps += long_lag; in operator ()()
619 if (_M_x[__ps][__j] > _M_x[_M_p][__j] in operator ()()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc1130 _CharT* __ps in do_put() local
1134 char_traits<_CharT>::assign(__ps, __plen, __fill); in do_put()
1140 __s = std::__write(__s, __ps, __plen); in do_put()
1144 __s = std::__write(__s, __ps, __plen); in do_put()
H A Dlocale_facets_nonio.tcc98 const basic_string<_CharT>& __ps = __mp.positive_sign(); in _M_cache()
99 _M_positive_sign_size = __ps.size(); in _M_cache()
101 __ps.copy(__positive_sign, _M_positive_sign_size); in _M_cache()
H A Drandom.tcc597 long __ps = _M_p - short_lag; in operator ()() local
598 if (__ps < 0) in operator ()()
599 __ps += long_lag; in operator ()()
605 if (_M_x[__ps] >= _M_x[_M_p] + _M_carry) in operator ()()
607 __xi = _M_x[__ps] - _M_x[_M_p] - _M_carry; in operator ()()
613 - _M_x[_M_p] - _M_carry + _M_x[__ps]); in operator ()()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_facets.tcc1148 _CharT* __ps in do_put() local
1152 char_traits<_CharT>::assign(__ps, __plen, __fill); in do_put()
1158 __s = std::__write(__s, __ps, __plen); in do_put()
1162 __s = std::__write(__s, __ps, __plen); in do_put()
H A Drandom.tcc604 long __ps = _M_p - short_lag; in operator ()() local
605 if (__ps < 0) in operator ()()
606 __ps += long_lag; in operator ()()
612 if (_M_x[__ps] >= _M_x[_M_p] + _M_carry) in operator ()()
614 __xi = _M_x[__ps] - _M_x[_M_p] - _M_carry; in operator ()()
620 - _M_x[_M_p] - _M_carry + _M_x[__ps]); in operator ()()
/netbsd-src/external/gpl3/gdb/dist/gdb/nat/
H A Dglibc_thread_db.h304 extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t **__ta);
/netbsd-src/external/gpl3/gdb.old/dist/gdb/nat/
H A Dglibc_thread_db.h304 extern td_err_e td_ta_new (struct ps_prochandle *__ps, td_thragent_t **__ta);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dalgo.h1092 __gnu_parallel::_PseudoSequence<_Tp, _Integer> __ps(__val, __count); in _GLIBCXX_VISIBILITY()
1094 __begin, __end, __ps.begin(), __ps.end(), __binary_pred); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dalgo.h1107 __gnu_parallel::_PseudoSequence<_Tp, _Integer> __ps(__val, __count); in _GLIBCXX_VISIBILITY()
1109 __begin, __end, __ps.begin(), __ps.end(), __binary_pred); in _GLIBCXX_VISIBILITY()