Searched defs:__s1 (Results 1 – 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ |
D | char_traits.h | 146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { in compare() 167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) in move() 170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { in copy() 225 static int _STLP_CALL compare(const char* __s1, const char* __s2, size_t __n) in compare() 256 static int _STLP_CALL compare(const wchar_t* __s1, const wchar_t* __s2, size_t __n) in compare()
|
/external/libcxx/src/support/solaris/ |
D | xlocale.c | 81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { in wcscoll_l() 87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { in strcoll_l() 93 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t __l) { in strxfrm_l()
|
/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()
|