Searched refs:__s2 (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/libstdc++/include/bits/
H A Dchar_traits.h108 compare(const char_type* __s1, const char_type* __s2, std::size_t __n);
117 move(char_type* __s1, const char_type* __s2, std::size_t __n);
120 copy(char_type* __s1, const char_type* __s2, std::size_t __n);
149 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) argument
152 if (lt(__s1[__i], __s2[__i]))
154 else if (lt(__s2[__i], __s1[__i]))
184 move(char_type* __s1, const char_type* __s2, std::size_t __n) argument
186 return static_cast<_CharT*>(std::memmove(__s1, __s2,
193 copy(char_type* __s1, const char_type* __s2, std::size_t __n) argument
195 std::copy(__s2, __s
253 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
265 move(char_type* __s1, const char_type* __s2, size_t __n) argument
269 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
323 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
335 move(char_type* __s1, const char_type* __s2, size_t __n) argument
339 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
[all...]
H A Dlocale_classes.h261 const basic_string<_Char, _Traits, _Alloc>& __s2) const;
H A Dvalarray_array.h303 // strided array __dst[< : __s2>]. Their sizes must match.
307 _Tp* __restrict__ __dst, size_t __s2)
310 __dst[__i * __s2] = __src[__i * __s1];
478 // strided array __dst[< : __s2>]. Their sizes must match.
482 _Array<_Tp> __b, size_t __s2)
483 { std::__valarray_copy(__a._M_data, __n, __s1, __b._M_data, __s2); }
306 __valarray_copy(const _Tp* __restrict__ __src, size_t __n, size_t __s1, _Tp* __restrict__ __dst, size_t __s2) argument
481 __valarray_copy(_Array<_Tp> __a, size_t __n, size_t __s1, _Array<_Tp> __b, size_t __s2) argument
/freebsd-10.1-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h114 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
117 if (!eq(__s1[__i], __s2[__i]))
118 return lt(__s1[__i], __s2[__i]) ? -1 : 1;
141 move(char_type* __s1, const char_type* __s2, size_t __n) argument
143 return static_cast<char_type*>(std::memmove(__s1, __s2,
148 copy(char_type* __s1, const char_type* __s2, size_t __n) argument
150 std::copy(__s2, __s2 + __n, __s1);
/freebsd-10.1-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h113 strpbrk(char* __s1, const char* __s2) argument
114 { return __builtin_strpbrk(const_cast<const char*>(__s1), __s2); }
125 strstr(char* __s1, const char* __s2) argument
126 { return __builtin_strstr(const_cast<const char*>(__s1), __s2); }
H A Dstd_cwchar.h217 wcspbrk(wchar_t* __s1, const wchar_t* __s2) argument
218 { return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
229 wcsstr(wchar_t* __s1, const wchar_t* __s2) argument
230 { return wcsstr(const_cast<const wchar_t*>(__s1), __s2); }
/freebsd-10.1-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h95 const char* __s2, streamsize __n2);
H A Dbasic_file_stdio.cc142 const char* __s2, std::streamsize __n2)
148 __iov[1].iov_base = const_cast<char*>(__s2);
169 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
303 const char* __s2, streamsize __n2)
307 __ret = xwritev(this->fd(), __s1, __n1, __s2, __n2);
313 __ret += xwrite(this->fd(), __s2, __n2);
141 xwritev(int __fd, const char* __s1, std::streamsize __n1, const char* __s2, std::streamsize __n2) argument
302 xsputn_2(const char* __s1, streamsize __n1, const char* __s2, streamsize __n2) argument
/freebsd-10.1-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl57 $__s2=&DWP(12,"esp"); # s2 backing store
247 &mov ($__s2,@T[2]);
265 &xor (@T[2],$__s2);
268 &mov ($__s2,@T[2]); # s2^=s3|key[3];
282 &mov (@T[0],$__s2);
422 &mov ($__s2,@T[2]);
440 &xor (@T[2],$__s2);
443 &mov ($__s2,@T[2]); # s2^=s3|key[3];
457 &mov (@T[0],$__s2);
/freebsd-10.1-release/contrib/llvm/tools/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);
/freebsd-10.1-release/contrib/tcpdump/
H A Dtcpdump.c55 extern int strcasecmp (const char *__s1, const char *__s2);
/freebsd-10.1-release/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl210 $__s2=&DWP(12,"esp"); # s2 backing store
1318 &mov ($s[2],$__s2) if($i==1);

Completed in 131 milliseconds