Searched refs:__s1 (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
101 char_type* __r = __s1;
102 if (__s1 < __s
119 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
H A Darm_neon.h5655 poly8x8_t __s1 = __p1; \
5657 __ret = (poly8x8_t) __builtin_neon_vext_v((int8x8_t)__s0, (int8x8_t)__s1, __p2, 4); \
5663 poly8x8_t __s1 = __p1; \
5665 poly8x8_t __rev1; __rev1 = __builtin_shufflevector(__s1, __s1, 7, 6, 5, 4, 3, 2, 1, 0); \
5676 poly16x4_t __s1 = __p1; \
5678 __ret = (poly16x4_t) __builtin_neon_vext_v((int8x8_t)__s0, (int8x8_t)__s1, __p2, 5); \
5684 poly16x4_t __s1 = __p1; \
5686 poly16x4_t __rev1; __rev1 = __builtin_shufflevector(__s1, __s1,
[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/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/boringssl/src/crypto/aes/asm/
H A Daes-586.pl210 $__s1=&DWP(8,"esp"); # s1 backing store
462 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
795 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
833 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
1259 if ($i==3) { $tmp=$s[3]; &$Fn ($s[2],$__s1); }
1322 &mov ($s[1],$__s1) if($i==3); #prefetch $s1
1614 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }
1657 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }
/external/tcpdump/
H A Dtcpdump.c61 extern int strcasecmp (const char *__s1, const char *__s2);

Completed in 453 milliseconds