Searched defs:__s1 (Results 1 – 3 of 3) sorted by relevance
/external/libcxx/test/support/ |
D | constexpr_char_traits.hpp | 62 constexpr_char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare() 99 constexpr_char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n) in move() 119 constexpr_char_traits<_CharT>::copy(char_type* __s1, const char_type* __s2, size_t __n) in copy()
|
/external/libcxx/include/support/ibm/ |
D | xlocale.h | 243 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l() 248 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) in wcscoll_l() 253 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) in strxfrm_l()
|
/external/clang/lib/Headers/ |
D | mmintrin.h | 392 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16()
|