Searched refs:__s2 (Results 1 - 7 of 7) 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
102 if (__s1 < __s2)
104 for (; __n; --__n, ++__s1, ++__s2)
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/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Darm_neon.h12333 uint32x2_t __s2 = __p2; \
12335 __ret = __s0 + __s1 * __builtin_shufflevector(__s2, __s2, __p3, __p3, __p3, __p3); \
12342 uint32x2_t __s2 = __p2; \
12345 uint32x2_t __rev2; __rev2 = __builtin_shufflevector(__s2, __s2, 1, 0); \
12357 uint16x4_t __s2 = __p2; \
12359 __ret = __s0 + __s1 * __builtin_shufflevector(__s2, __s2, __p3, __p3, __p3, __p3, __p3, __p3, __p3, __p3); \
12366 uint16x4_t __s2
[all...]
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/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/tcpdump/
H A Dtcpdump.c61 extern int strcasecmp (const char *__s1, const char *__s2);
/external/boringssl/src/crypto/aes/asm/
H A Daes-586.pl211 $__s2=&DWP(12,"esp"); # s2 backing store
1323 &mov ($s[2],$__s2) if($i==1);

Completed in 661 milliseconds