Home
last modified time | relevance | path

Searched defs:__s1 (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dstring.h80 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);} in __libcpp_strpbrk()
82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk()
84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk()
101 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} in __libcpp_strstr()
103 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr()
105 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr()
H A Dwchar.h144 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1,… in __libcpp_wcspbrk()
146 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s… in wcspbrk()
148 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk()
158 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, _… in __libcpp_wcsstr()
160 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2)… in wcsstr()
162 … wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} in wcsstr()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc153 xwritev(int __fd, const char* __s1, std::streamsize __n1, in xwritev()
354 __basic_file<char>::xsputn_2(const char* __s1, streamsize __n1, in xsputn_2()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc139 xwritev(int __fd, const char* __s1, std::streamsize __n1, in xwritev()
328 __basic_file<char>::xsputn_2(const char* __s1, streamsize __n1, in xsputn_2()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h190 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l()
195 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) in wcscoll_l()
200 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) in strxfrm_l()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.tcc81 operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()()
H A Drandom.tcc759 __ctype __s0, __s1, __y0, __y1; in operator ()() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dlocale_classes.tcc81 operator()(const basic_string<_CharT, _Traits, _Alloc>& __s1, in operator ()()
H A Drandom.tcc751 __ctype __s0, __s1, __y0, __y1; in operator ()() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc378 _Tp __s1 = __ed * (-__c1 + __c3 * __ed in __ellint_rd() local
641 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4) in __ellint_rj() local
H A Drandom.tcc846 const xor_combine<_UniformRandomNumberGenerator1, __s1, in operator <<() argument
870 xor_combine<_UniformRandomNumberGenerator1, __s1, in operator >>() argument
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dell_integral.tcc374 _Tp __s1 = __ed * (-__c1 + __c3 * __ed in __ellint_rd() local
632 _Tp __s1 = _Tp(1) + __e2 * (-__c1 + _Tp(3) * __c3 * __e2 / _Tp(4) in __ellint_rj() local
H A Drandom.tcc846 const xor_combine<_UniformRandomNumberGenerator1, __s1, in operator <<() argument
870 xor_combine<_UniformRandomNumberGenerator1, __s1, in operator >>() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dmmintrin.h1326 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16()