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

/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstring.h80 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const char* __s2) { argument
81 return __builtin_strpbrk(__s1, __s2);
83 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2) { argument
84 return __builtin_strpbrk(__s1, __s2);
101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const char* __s2) { argument
102 return __builtin_strstr(__s1, __s2);
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { argument
105 return __builtin_strstr(__s1, __s2);
H A Dwchar.h157 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) { argument
158 return (wchar_t*)wcspbrk(__s1, __s2);
161 wcspbrk(const wchar_t* __s1, const wchar_t* __s2) { argument
162 return __libcpp_wcspbrk(__s1, __s2);
164 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcspbrk(wchar_t* __s1, const wchar_t* __s2) { argument
165 return __libcpp_wcspbrk(__s1, __s2);
178 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) { argument
179 return (wchar_t*)wcsstr(__s1, __s2);
182 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { argument
183 return __libcpp_wcsstr(__s1, __s
185 wcsstr(wchar_t* __s1, const wchar_t* __s2) argument
[all...]
/freebsd-current/contrib/llvm-project/libcxx/include/__string/
H A Dchar_traits.h102 compare(const char_type* __s1, const char_type* __s2, size_t __n) { argument
103 for (; __n; --__n, ++__s1, ++__s2) {
104 if (lt(*__s1, *__s2))
106 if (lt(*__s2, *__s1))
127 move(char_type* __s1, const char_type* __s2, size_t __n) { argument
129 return __s1;
130 char_type* __r = __s1;
131 if (__s1 < __s2) {
132 for (; __n; --__n, ++__s1, ++__s2)
133 assign(*__s1, *__s
143 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
/freebsd-current/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl65 $__s1=&DWP(8,"esp"); # s1 backing store
255 &mov ($__s1,@T[1]);
273 &mov ($__s1,@T[1]); # s1^=LeftRotate(s0&key[0],1);
430 &mov ($__s1,@T[1]);
448 &mov ($__s1,@T[1]); # s1^=LeftRotate(s0&key[0],1);
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1326 /// \param __s1
1332 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) argument
1334 return (__m64)__builtin_ia32_vec_init_v4hi(__s0, __s1, __s2, __s3);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl219 $__s1=&DWP(8,"esp"); # s1 backing store
471 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
804 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
842 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }##%ecx
1268 if ($i==3) { $tmp=$s[3]; &$Fn ($s[2],$__s1); }
1331 &mov ($s[1],$__s1) if($i==3); #prefetch $s1
1623 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }
1666 if ($i==3) { $tmp=$s[3]; &mov ($s[2],$__s1); }

Completed in 100 milliseconds