Home
last modified time | relevance | path

Searched refs:__s1 (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/contrib/llvm-project/libcxx/include/
HDwchar.h157 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcspbrk(const wchar_t* __s1, const wchar_t* __s2) { in __libcpp_wcspbrk() argument
158 return (wchar_t*)wcspbrk(__s1, __s2); in __libcpp_wcspbrk()
161 wcspbrk(const wchar_t* __s1, const wchar_t* __s2) { in wcspbrk() argument
162 return __libcpp_wcspbrk(__s1, __s2); in wcspbrk()
164 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD wchar_t* wcspbrk(wchar_t* __s1, const wchar… in wcspbrk() argument
165 return __libcpp_wcspbrk(__s1, __s2); in wcspbrk()
178 inline _LIBCPP_HIDE_FROM_ABI wchar_t* __libcpp_wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in __libcpp_wcsstr() argument
179 return (wchar_t*)wcsstr(__s1, __s2); in __libcpp_wcsstr()
182 wcsstr(const wchar_t* __s1, const wchar_t* __s2) { in wcsstr() argument
183 return __libcpp_wcsstr(__s1, __s2); in wcsstr()
[all …]
HDstring.h80 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strpbrk(const char* __s1, const… in strpbrk() argument
81 return __builtin_strpbrk(__s1, __s2); in strpbrk()
83 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strpbrk(char* __s1, const char* __s2)… in strpbrk() argument
84 return __builtin_strpbrk(__s1, __s2); in strpbrk()
101 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const char* strstr(const char* __s1, const … in strstr() argument
102 return __builtin_strstr(__s1, __s2); in strstr()
104 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD char* strstr(char* __s1, const char* __s2) { in strstr() argument
105 return __builtin_strstr(__s1, __s2); in strstr()
HDregex1479 …_LIBCPP_HIDE_FROM_ABI explicit __owns_two_states(__node<_CharT>* __s1, base* __s2) : base(__s1), _…
1510 __node<_CharT>* __s1,
1517 : base(__s1, __s2),
1592 …_LIBCPP_HIDE_FROM_ABI explicit __alternate(__owns_one_state<_CharT>* __s1, __owns_one_state<_CharT…
1593 : base(__s1, __s2) {}
/freebsd-head/contrib/llvm-project/libcxx/include/__string/
HDchar_traits.h140 move(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT {
141 return std::__constexpr_memmove(__s1, __s2, __element_count(__n));
145 copy(char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT {
146 _LIBCPP_ASSERT_NON_OVERLAPPING_RANGES(!std::__is_pointer_in_range(__s1, __s1 + __n, __s2),
148 std::__constexpr_memmove(__s1, __s2, __element_count(__n));
149 return __s1;
240 compare(const char_type* __s1, const char_type* __s2, size_t __n) _NOEXCEPT {
243 return std::__constexpr_wmemcmp(__s1, __s2, __n);
265 compare(const char_type* __s1, const char_type* __s2, size_t __n) noexcept {
266 return std::__constexpr_memcmp(__s1, __s2, __element_count(__n));
[all …]
/freebsd-head/crypto/openssl/crypto/camellia/asm/
HDcmll-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-head/contrib/llvm-project/clang/lib/Headers/
HDmmintrin.h1324 _mm_set_pi16(short __s3, short __s2, short __s1, short __s0) in _mm_set_pi16() argument
1326 return (__m64)__builtin_ia32_vec_init_v4hi(__s0, __s1, __s2, __s3); in _mm_set_pi16()
/freebsd-head/crypto/openssl/crypto/aes/asm/
HDaes-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); }