Searched defs:__s1 (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/support/
H A Dconstexpr_char_traits.hpp36 static _LIBCPP_CONSTEXPR_AFTER_CXX11 int compare(const char_type* __s1, const char_type* __s2, size_t __n);
39 static _LIBCPP_CONSTEXPR_AFTER_CXX11 char_type* move(char_type* __s1, const char_type* __s2, size_t __n);
40 static _LIBCPP_CONSTEXPR_AFTER_CXX11 char_type* copy(char_type* __s1, const char_type* __s2, size_t __n);
62 constexpr_char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
64 for (; __n; --__n, ++__s1, ++__s2)
66 if (lt(*__s1, *__s2))
68 if (lt(*__s2, *__s1))
99 constexpr_char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n) argument
101 char_type* __r = __s1;
102 if (__s1 < __s
119 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
/external/libcxx/include/support/ibm/
H A Dxlocale.h243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) argument
245 return __xstrcoll(locale, __s1, __s2);
248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) argument
250 return __xwcscoll(locale, __s1, __s2);
253 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) argument
255 return __xstrxfrm(locale, __s1, __s2, __n);
/external/clang/lib/Headers/
H A Dmmintrin.h391 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) argument
393 return (__m64)__builtin_ia32_vec_init_v4hi(__s0, __s1, __s2, __s3);
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Dmmintrin.h391 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) argument
393 return (__m64)__builtin_ia32_vec_init_v4hi(__s0, __s1, __s2, __s3);

Completed in 53 milliseconds