Home
last modified time | relevance | path

Searched refs:__s2 (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/test/support/
Dconstexpr_char_traits.hpp37 …CONSTEXPR_CXX14 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
40 …static TEST_CONSTEXPR_CXX14 char_type* move(char_type* __s1, const char_type* __s2, size_t _…
41 …static TEST_CONSTEXPR_CXX14 char_type* copy(char_type* __s1, const char_type* __s2, size_t _…
63 constexpr_char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() argument
65 for (; __n; --__n, ++__s1, ++__s2) in compare()
67 if (lt(*__s1, *__s2)) in compare()
69 if (lt(*__s2, *__s1)) in compare()
100 constexpr_char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n) in move() argument
103 if (__s1 < __s2) in move()
105 for (; __n; --__n, ++__s1, ++__s2) in move()
[all …]
/external/libcxx/include/
Dstring.h81 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);} in __libcpp_strpbrk() argument
83 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk() argument
85 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} in strpbrk() argument
102 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} in __libcpp_strstr() argument
104 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr() argument
106 char* strstr( char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s2);} in strstr() argument
Dwchar.h140 …* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2)… in __libcpp_wcspbrk() argument
142 …st wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2)… in wcspbrk() argument
144 … wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} in wcspbrk() argument
154 …_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2)… in __libcpp_wcsstr() argument
156 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2)… in wcsstr() argument
158 … wchar_t* wcsstr( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s2);} in wcsstr() argument
D__string89 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
94 static char_type* move(char_type* __s1, const char_type* __s2, size_t __n);
96 static char_type* copy(char_type* __s1, const char_type* __s2, size_t __n);
114 char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n)
116 for (; __n; --__n, ++__s1, ++__s2)
118 if (lt(*__s1, *__s2))
120 if (lt(*__s2, *__s1))
153 char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n)
156 if (__s1 < __s2)
158 for (; __n; --__n, ++__s1, ++__s2)
[all …]
Dregex1509 explicit __owns_two_states(__node<_CharT>* __s1, base* __s2)
1510 : base(__s1), __second_(__s2) {}
1546 __node<_CharT>* __s1, __owns_one_state<_CharT>* __s2,
1551 : base(__s1, __s2), __min_(__min), __max_(__max), __loop_id_(__loop_id),
1645 __owns_one_state<_CharT>* __s2)
1646 : base(__s1, __s2) {}
2359 string_type __s2 = __traits_.transform(&__ch2.first,
2363 if (__ranges_[__i].first <= __s2 &&
2364 __s2 <= __ranges_[__i].second)
2373 string_type __s2 = __traits_.transform_primary(&__ch2.first,
[all …]
/external/libcxx/include/support/ibm/
Dxlocale.h188 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l() argument
190 return __xstrcoll(locale, __s1, __s2); in strcoll_l()
193 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) in wcscoll_l() argument
195 return __xwcscoll(locale, __s1, __s2); in wcscoll_l()
198 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) in strxfrm_l() argument
200 return __xstrxfrm(locale, __s1, __s2, __n); in strxfrm_l()
/external/clang/lib/Headers/
Dmmintrin.h1315 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16() argument
1317 return (__m64)__builtin_ia32_vec_init_v4hi(__s0, __s1, __s2, __s3); in _mm_set_pi16()
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daes-586.pl215 $__s2=&DWP(12,"esp"); # s2 backing store
1327 &mov ($s[2],$__s2) if($i==1);