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

/freebsd-10.3-release/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc141 xwritev(int __fd, const char* __s1, std::streamsize __n1, argument
144 std::streamsize __nleft = __n1 + __n2;
145 std::streamsize __n1_left = __n1;
177 return __n1 + __n2 - __nleft;
302 __basic_file<char>::xsputn_2(const char* __s1, streamsize __n1, argument
307 __ret = xwritev(this->fd(), __s1, __n1, __s2, __n2);
309 if (__n1)
310 __ret = xwrite(this->fd(), __s1, __n1);
312 if (__ret == __n1)
H A Dbasic_file_stdio.h94 xsputn_2(const char* __s1, streamsize __n1,
/freebsd-10.3-release/contrib/libstdc++/include/bits/
H A Dbasic_string.h316 _M_check_length(size_type __n1, size_type __n2, const char* __s) const argument
318 if (this->max_size() - (this->size() - __n1) < __n2)
1215 replace(size_type __pos1, size_type __n1, const basic_string& __str, argument
1217 { return this->replace(__pos1, __n1, __str._M_data()
1239 replace(size_type __pos, size_type __n1, const _CharT* __s,
1258 replace(size_type __pos, size_type __n1, const _CharT* __s) argument
1261 return this->replace(__pos, __n1, __s, traits_type::length(__s));
1281 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1283 _M_limit(__pos, __n1), __n2, __c); }
1449 _M_replace_aux(size_type __pos1, size_type __n1, size_typ
[all...]
/freebsd-10.3-release/contrib/libstdc++/include/ext/
H A Dvstring.h90 _M_check_length(size_type __n1, size_type __n2, const char* __s) const argument
92 if (this->max_size() - (this->size() - __n1) < __n2)
970 replace(size_type __pos1, size_type __n1, const __versa_string& __str, argument
973 return this->replace(__pos1, __n1, __str._M_data()
997 replace(size_type __pos, size_type __n1, const _CharT* __s, argument
1002 _M_limit(__pos, __n1), __s, __n2);
1021 replace(size_type __pos, size_type __n1, const _CharT* __s) argument
1024 return this->replace(__pos, __n1, __s, traits_type::length(__s));
1044 replace(size_type __pos, size_type __n1, size_type __n2, _CharT __c) argument
1046 _M_limit(__pos, __n1), __n
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dlonglong.h921 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
925 : "r" ((USItype) (__n1)), \
1046 #define udiv_qrnnd(__q, __r, __n1, __n0, __d) \
1074 "1" ((USItype) (__n1)), \

Completed in 139 milliseconds