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

123

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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
H A Dstl_algobase.h431 typename iterator_traits<_BI1>::difference_type __n; local
624 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) argument
637 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) argument
659 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) argument
670 fill_n(unsigned char* __first, _Size __n, const unsigned char& __c) argument
678 fill_n(signed char* __first, _Size __n, const signed char& __c) argument
686 fill_n(char* __first, _Size __n, const char& __c) argument
[all...]
H A Dstl_iterator.h233 operator+=(difference_type __n) argument
254 operator-=(difference_type __n) argument
324 operator +(typename reverse_iterator<_Iterator>::difference_type __n, const reverse_iterator<_Iterator>& __x) argument
701 operator +=(const difference_type& __n) argument
709 operator -=(const difference_type& __n) argument
821 operator +(typename __normal_iterator<_Iterator, _Container>::difference_type __n, const __normal_iterator<_Iterator, _Container>& __i) argument
[all...]
H A Dstreambuf_iterator.h342 const streamsize __n = __sb->egptr() - __sb->gptr(); local
379 streamsize __n = __sb->egptr() - __sb->gptr(); local
[all...]
/macosx-10.10.1/libstdcxx-104.1/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...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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.h209 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) argument
221 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) argument
242 stdio_sync_filebuf<wchar_t>::xsgetn(wchar_t* __s, std::streamsize __n) argument
264 xsputn(const wchar_t* __s, std::streamsize __n) argument
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Ddefalloc.h94 pointer allocate(size_type __n) { argument
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dsafe_sequence.h77 _After_nth_from(const difference_type& __n, const _Iterator& __base) argument
/macosx-10.10.1/bash-94.1.2/
H A Dlibgnuintl.h175 ngettext(const char *__msgid1, const char *__msgid2, unsigned long int __n) argument
195 dngettext(const char *__domainname, const char *__msgid1, const char *__msgid2, unsigned long int __n) argument
217 dcngettext(const char *__domainname, const char *__msgid1, const char *__msgid2, unsigned long int __n, int __category) argument
[all...]
H A Dlibintl.h175 ngettext(const char *__msgid1, const char *__msgid2, unsigned long int __n) argument
195 dngettext(const char *__domainname, const char *__msgid1, const char *__msgid2, unsigned long int __n) argument
217 dcngettext(const char *__domainname, const char *__msgid1, const char *__msgid2, unsigned long int __n, int __category) argument
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dlibgnuintl.h175 ngettext(const char *__msgid1, const char *__msgid2, unsigned long int __n) argument
195 dngettext(const char *__domainname, const char *__msgid1, const char *__msgid2, unsigned long int __n) argument
217 dcngettext(const char *__domainname, const char *__msgid1, const char *__msgid2, unsigned long int __n, int __category) argument
[all...]

Completed in 228 milliseconds

123