Searched defs:__n (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_iterator_base_funcs.h81 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
124 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag) argument
134 __advance(_BidirectionalIterator& __i, _Distance __n, argument
150 __advance(_RandomAccessIterator& __i, _Distance __n, argument
173 advance(_InputIterator& __i, _Distance __n) argument
[all...]
H A Dostream_insert.h59 __ostream_fill(basic_ostream<_CharT, _Traits>& __out, streamsize __n) argument
46 __ostream_write(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s, streamsize __n) argument
78 __ostream_insert(basic_ostream<_CharT, _Traits>& __out, const _CharT* __s, streamsize __n) argument
[all...]
H A Dstl_heap.h72 __is_heap(_RandomAccessIterator __first, _Distance __n) argument
88 __is_heap(_RandomAccessIterator __first, _StrictWeakOrdering __comp, _Distance __n) argument
H A Dstl_uninitialized.h182 __uninitialized_fill_n_aux(_ForwardIterator __first, _Size __n, argument
188 __uninitialized_fill_n_aux(_ForwardIterator __first, _Size __n, argument
215 uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) argument
283 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, argument
303 __uninitialized_fill_n_a(_ForwardIterator __first, _Size __n, const _Tp& __x, allocator<_Tp2>) argument
[all...]
H A Dchar_traits.h149 compare(const char_type* __s1, const char_type* __s2, std::size_t __n) argument
173 find(const char_type* __s, std::size_t __n, const char_type& __a) argument
184 move(char_type* __s1, const char_type* __s2, std::size_t __n) argument
193 copy(char_type* __s1, const char_type* __s2, std::size_t __n) argument
202 assign(char_type* __s, std::size_t __n, char_type __a) argument
253 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
261 find(const char_type* __s, size_t __n, const char_type& __a) 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
273 assign(char_type* __s, size_t __n, char_type __a) argument
323 compare(const char_type* __s1, const char_type* __s2, size_t __n) argument
331 find(const char_type* __s, size_t __n, const char_type& __a) 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
343 assign(char_type* __s, size_t __n, char_type __a) argument
[all...]
H A Dvalarray_after.h296 size_t __n = _M_closure.size(); local
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dstreambuf.cc49 const streamsize __n = __sbin->egptr() - __sbin->gptr(); local
89 const streamsize __n = __sbin->egptr() - __sbin->gptr(); local
H A Dvalarray-inst.cc55 const size_t __n = __a.size(); local
72 size_t __n = __l.size(); local
H A Dpool_allocator.cc61 __pool_alloc_base::_M_allocate_chunk(size_t __n, int& __nobjs) argument
131 _M_refill(size_t __n) argument
[all...]
H A Dcompatibility.cc61 ignore(streamsize __n) argument
127 ignore(streamsize __n) argument
[all...]
H A Distream.cc41 getline(char_type* __s, streamsize __n, char_type __delim) argument
111 ignore(streamsize __n, int_type __delim) argument
284 const __size_type __n = __w > 0 ? static_cast<__size_type>(__w) local
352 const __size_type __n = __str.max_size(); local
421 getline(char_type* __s, streamsize __n, char_type __delim) argument
491 ignore(streamsize __n, int_type __delim) argument
581 const __size_type __n = __str.max_size(); local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libssp/ssp/
H A Dstdio.h93 fgets (char *__restrict__ __s, int __n, FILE *__restrict__ __stream) argument
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Ddebug_allocator.h91 allocate(size_type __n) argument
100 allocate(size_type __n, const void* __hint) argument
109 deallocate(pointer __p, size_type __n) argument
H A Dmalloc_allocator.h87 allocate(size_type __n, const void* = 0) argument
H A Dnew_allocator.h86 allocate(size_type __n, const void* = 0) argument
H A Dvstring_util.h112 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) argument
121 _S_move(_CharT* __d, const _CharT* __s, size_type __n) argument
130 _S_assign(_CharT* __d, size_type __n, _CharT __c) argument
[all...]
H A Darray_allocator.h125 allocate(size_type __n, const void* = 0) argument
H A Dstdio_sync_filebuf.h204 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) argument
216 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) argument
237 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) argument
259 xsputn(const wchar_t* __s, std::streamsize __n) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Ddefalloc.h94 pointer allocate(size_type __n) { argument
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h101 memchr(void* __p, int __c, size_t __n) argument
107 strchr(char* __s1, int __n) argument
119 strrchr(char* __s1, int __n) argument
/freebsd-9.3-release/contrib/libstdc++/include/debug/
H A Dsafe_sequence.h77 _After_nth_from(const difference_type& __n, const _Iterator& __base) argument
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_iomanip.h208 setprecision(int __n) argument
242 setw(int __n) argument
H A Dstd_istream.h178 operator>>(bool& __n) argument
185 operator>>(unsigned short& __n) argument
192 operator>>(unsigned int& __n) argument
196 operator>>(long& __n) argument
200 operator >>(unsigned long& __n) argument
205 operator >>(long long& __n) argument
209 operator >>(unsigned long long& __n) argument
344 get(char_type* __s, streamsize __n) argument
417 getline(char_type* __s, streamsize __n) argument
[all...]
H A Dstd_ostream.h169 operator<<(long __n) argument
173 operator<<(unsigned long __n) argument
177 operator<<(bool __n) argument
184 operator<<(unsigned short __n) argument
195 operator <<(unsigned int __n) argument
204 operator <<(long long __n) argument
208 operator <<(unsigned long long __n) argument
291 _M_write(const char_type* __s, streamsize __n) argument
[all...]
/freebsd-9.3-release/contrib/libc++/src/
H A Dthread.cpp145 T* allocate(size_t __n) argument

Completed in 229 milliseconds

123