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

/barrelfish-master/include/cxx/
H A Dstring.h80 char* __libcpp_strpbrk(const char* __s1, const char* __s2) {return (char*)strpbrk(__s1, __s2);} argument
82 const char* strpbrk(const char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} argument
84 char* strpbrk( char* __s1, const char* __s2) {return __libcpp_strpbrk(__s1, __s2);} argument
101 char* __libcpp_strstr(const char* __s1, const char* __s2) {return (char*)strstr(__s1, __s2);} argument
103 const char* strstr(const char* __s1, const char* __s2) {return __libcpp_strstr(__s1, __s argument
105 strstr( char* __s1, const char* __s2) argument
[all...]
H A Dwchar.h143 wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcspbrk(__s1, __s2);} argument
145 const wchar_t* wcspbrk(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} argument
147 wchar_t* wcspbrk( wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcspbrk(__s1, __s2);} argument
157 wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return (wchar_t*)wcsstr(__s1, __s2);} argument
159 const wchar_t* wcsstr(const wchar_t* __s1, const wchar_t* __s2) {return __libcpp_wcsstr(__s1, __s argument
161 wcsstr( wchar_t* __s1, const wchar_t* __s2) argument
[all...]
/barrelfish-master/include/cxx/support/ibm/
H A Dxlocale.h187 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) argument
189 return __xstrcoll(locale, __s1, __s2);
192 int wcscoll_l(const wchar_t *__s1, const wchar_t *__s2, locale_t locale) argument
194 return __xwcscoll(locale, __s1, __s2);
197 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) argument
199 return __xstrxfrm(locale, __s1, __s2, __n);
/barrelfish-master/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86.pl56 $__s1=&DWP(8,"esp"); # s1 backing store
246 &mov ($__s1,@T[1]);
264 &mov ($__s1,@T[1]); # s1^=LeftRotate(s0&key[0],1);
421 &mov ($__s1,@T[1]);
439 &mov ($__s1,@T[1]); # s1^=LeftRotate(s0&key[0],1);
/barrelfish-master/lib/openssl-1.0.0d/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); }

Completed in 74 milliseconds