Searched refs:__s1 (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
H A Dchar_traits.h146 static int _STLP_CALL compare(const char_type* __s1, const char_type* __s2, size_t __n) { argument
148 if (!eq(__s1[__i], __s2[__i]))
149 return __s1[__i] < __s2[__i] ? -1 : 1;
167 static char_type* _STLP_CALL move(char_type* __s1, const char_type* __s2, size_t _Sz) argument
168 { return (_Sz == 0 ? __s1 : (char_type*)memmove(__s1, __s2, _Sz * sizeof(char_type))); }
170 static char_type* _STLP_CALL copy(char_type* __s1, const char_type* __s2, size_t __n) { argument
171 return (__n == 0 ? __s1 :
172 (char_type*)memcpy(__s1, __s2, __n * sizeof(char_type)));
225 static int _STLP_CALL compare(const char* __s1, cons argument
256 compare(const wchar_t* __s1, const wchar_t* __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/libcxx/src/support/solaris/
H A Dxlocale.c81 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l) { argument
84 __s1, __s2);
87 int strcoll_l(const char *__s1, const char *__s2, locale_t __l) { argument
90 __s1, __s2);
93 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t __l) { argument
96 __s1, __s2, __n);
/external/libcxx/include/support/solaris/
H A Dxlocale.h101 int strcoll_l(const char *__s1, const char *__s2, locale_t __l);
102 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t __l);
106 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t __l);
/external/clang/lib/Headers/
H A Dmmintrin.h392 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) argument
394 return (__m64)__builtin_ia32_vec_init_v4hi(__s0, __s1, __s2, __s3);
/external/chromium_org/third_party/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/openssl/crypto/aes/asm/
H A Daes-586.pl209 $__s1=&DWP(8,"esp"); # s1 backing store
461 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
790 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
828 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
1254 if ($i==3) { $tmp=$s[3]; &$Fn ($s[2],$__s1); }
1317 &mov ($s[1],$__s1) if($i==3); #prefetch $s1
1607 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }
1650 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }
/external/tcpdump/
H A Dtcpdump.c53 extern int strcasecmp (const char *__s1, const char *__s2);

Completed in 202 milliseconds