HomeSort by relevance Sort by last modified time
    Searched defs:__n (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
streambuf_iterator.h 331 const streamsize __n = __sb->egptr() - __sb->gptr(); local
332 if (__n > 1)
334 traits_type::copy(__result, __sb->gptr(), __n);
335 __sb->gbump(__n);
336 __result += __n;
368 streamsize __n = __sb->egptr() - __sb->gptr(); local
369 if (__n > 1)
372 __n, __val);
374 __n = __p - __sb->gptr();
375 __sb->gbump(__n);
    [all...]
valarray_after.h 256 _Expr<_Clos, _Tp>::shift(int __n) const
258 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n);
264 _Expr<_Clos, _Tp>::cshift(int __n) const
266 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n);
291 size_t __n = _M_closure.size(); local
292 if (__n == 0)
296 _Tp __s = _M_closure[--__n];
297 while (__n != 0)
298 __s += _M_closure[--__n];
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator_base_funcs.h 76 typename iterator_traits<_InputIterator>::difference_type __n = 0; local
80 ++__n;
82 return __n;
119 __advance(_InputIterator& __i, _Distance __n, input_iterator_tag)
123 while (__n--)
129 __advance(_BidirectionalIterator& __i, _Distance __n,
135 if (__n > 0)
136 while (__n--)
139 while (__n++)
145 __advance(_RandomAccessIterator& __i, _Distance __n,
    [all...]
  /external/stlport/stlport/stl/
_numeric.c 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
76 if (__n == 0)
79 while ((__n & 1) == 0) {
80 __n >>= 1;
85 __n >>= 1; local
86 while (__n != 0) {
88 if ((__n & 1) != 0)
90 __n >>= 1;
_string_operators.h 51 const size_t __n = _Traits::length(__s); local
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
57 __result.append(__s, __s + __n);
85 const size_t __n = _Traits::length(__s); local
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
92 __result.append(__s, __s + __n);
171 const size_t __n = _Traits::length(__s);
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()))
314 size_t __n = _Traits::length(__s); local
323 size_t __n = _Traits::length(__s); local
333 size_t __n = _Traits::length(__s); local
342 size_t __n = _Traits::length(__s); local
380 size_t __n = _Traits::length(__s); local
390 size_t __n = _Traits::length(__s); local
401 size_t __n = _Traits::length(__s); local
411 size_t __n = _Traits::length(__s); local
    [all...]
_string_io.c 18 streamsize __n) {
20 for (streamsize __i = 0; __i < __n; ++__i) {
43 size_type __n = __s.size(); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
87 size_type __n; local
89 __n = __s.max_size()
    [all...]
_list.c 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
126 for ( ; __i != end() && __n > 0; ++__i, --__n)
128 if (__n > 0)
129 insert(end(), __n, __val); local
_ostream.c 335 streamsize __n = _Traits::length(__s); local
336 streamsize __npad = this->width() > __n ? this->width() - __n : 0;
340 __failed = this->rdbuf()->sputn(__s, __n) != __n;
342 __failed = this->rdbuf()->sputn(__s, __n) != __n;
348 __failed = __failed || this->rdbuf()->sputn(__s, __n) != __n;
367 streamsize __n = char_traits<char>::length(__s) local
    [all...]
_time_facets.c 80 difference_type __n = __name_end - __name; local
83 difference_type __check_count = __n;
85 size_t __matching_name_index = __n;
90 difference_type __new_n = __n;
91 for (__i = __start; __i < __n; ++__i) {
119 __n = __new_n;
_vector.c 62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
63 if (capacity() < __n) {
64 if (max_size() < __n) {
71 __tmp = _M_allocate_and_copy(__n, this->_M_start, this->_M_finish);
74 __tmp = this->_M_end_of_storage.allocate(__n, __n);
76 _M_set(__tmp, __tmp + __old_size, __tmp + __n);
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
130 iterator __dst = __src + __n;
224 size_type __n = __pos - begin(); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_numeric.c 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
76 if (__n == 0)
79 while ((__n & 1) == 0) {
80 __n >>= 1;
85 __n >>= 1; local
86 while (__n != 0) {
88 if ((__n & 1) != 0)
90 __n >>= 1;
_string_operators.h 51 const size_t __n = _Traits::length(__s); local
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
57 __result.append(__s, __s + __n);
85 const size_t __n = _Traits::length(__s); local
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
92 __result.append(__s, __s + __n);
171 const size_t __n = _Traits::length(__s);
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()))
314 size_t __n = _Traits::length(__s); local
323 size_t __n = _Traits::length(__s); local
333 size_t __n = _Traits::length(__s); local
342 size_t __n = _Traits::length(__s); local
380 size_t __n = _Traits::length(__s); local
390 size_t __n = _Traits::length(__s); local
401 size_t __n = _Traits::length(__s); local
411 size_t __n = _Traits::length(__s); local
    [all...]
_string_io.c 18 streamsize __n) {
20 for (streamsize __i = 0; __i < __n; ++__i) {
43 size_type __n = __s.size(); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
87 size_type __n; local
89 __n = __s.max_size()
    [all...]
_list.c 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
126 for ( ; __i != end() && __n > 0; ++__i, --__n)
128 if (__n > 0)
129 insert(end(), __n, __val); local
_ostream.c 335 streamsize __n = _Traits::length(__s); local
336 streamsize __npad = this->width() > __n ? this->width() - __n : 0;
340 __failed = this->rdbuf()->sputn(__s, __n) != __n;
342 __failed = this->rdbuf()->sputn(__s, __n) != __n;
348 __failed = __failed || this->rdbuf()->sputn(__s, __n) != __n;
367 streamsize __n = char_traits<char>::length(__s) local
    [all...]
_time_facets.c 80 difference_type __n = __name_end - __name; local
83 difference_type __check_count = __n;
85 size_t __matching_name_index = __n;
90 difference_type __new_n = __n;
91 for (__i = __start; __i < __n; ++__i) {
119 __n = __new_n;
_vector.c 62 void vector<_Tp, _Alloc>::reserve(size_type __n) {
63 if (capacity() < __n) {
64 if (max_size() < __n) {
71 __tmp = _M_allocate_and_copy(__n, this->_M_start, this->_M_finish);
74 __tmp = this->_M_end_of_storage.allocate(__n, __n);
76 _M_set(__tmp, __tmp + __old_size, __tmp + __n);
122 void vector<_Tp, _Alloc>::_M_fill_insert_aux(iterator __pos, size_type __n,
126 _M_fill_insert_aux(__pos, __n, __x_copy, __true_type());
130 iterator __dst = __src + __n;
224 size_type __n = __pos - begin(); local
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_numeric.c 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
76 if (__n == 0)
79 while ((__n & 1) == 0) {
80 __n >>= 1;
85 __n >>= 1; local
86 while (__n != 0) {
88 if ((__n & 1) != 0)
90 __n >>= 1;
_string_operators.h 51 const size_t __n = _Traits::length(__s); local
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
57 __result.append(__s, __s + __n);
85 const size_t __n = _Traits::length(__s); local
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
92 __result.append(__s, __s + __n);
171 const size_t __n = _Traits::length(__s);
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()))
314 size_t __n = _Traits::length(__s); local
323 size_t __n = _Traits::length(__s); local
333 size_t __n = _Traits::length(__s); local
342 size_t __n = _Traits::length(__s); local
380 size_t __n = _Traits::length(__s); local
390 size_t __n = _Traits::length(__s); local
401 size_t __n = _Traits::length(__s); local
411 size_t __n = _Traits::length(__s); local
    [all...]
_string_io.c 18 streamsize __n) {
20 for (streamsize __i = 0; __i < __n; ++__i) {
43 size_type __n = __s.size(); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
87 size_type __n; local
89 __n = __s.max_size()
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_numeric.c 74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr) {
76 if (__n == 0)
79 while ((__n & 1) == 0) {
80 __n >>= 1;
85 __n >>= 1; local
86 while (__n != 0) {
88 if ((__n & 1) != 0)
90 __n >>= 1;
_string_operators.h 51 const size_t __n = _Traits::length(__s); local
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
57 __result.append(__s, __s + __n);
85 const size_t __n = _Traits::length(__s); local
87 _Str __result = _Str(_Reserve_t(), __x.size() + __n, __x.get_allocator());
89 _Str __result(_Reserve_t(), __x.size() + __n, __x.get_allocator());
92 __result.append(__s, __s + __n);
171 const size_t __n = _Traits::length(__s);
175 __root_type __root(_STLP_PRIV __cstr_wrapper<_CharT>(__s, __n), _STLP_PRIV __sum_storage_elem<_CharT, _Traits, _Alloc>(__x.get_allocator()))
314 size_t __n = _Traits::length(__s); local
323 size_t __n = _Traits::length(__s); local
333 size_t __n = _Traits::length(__s); local
342 size_t __n = _Traits::length(__s); local
380 size_t __n = _Traits::length(__s); local
390 size_t __n = _Traits::length(__s); local
401 size_t __n = _Traits::length(__s); local
411 size_t __n = _Traits::length(__s); local
    [all...]
_string_io.c 18 streamsize __n) {
20 for (streamsize __i = 0; __i < __n; ++__i) {
43 size_type __n = __s.size(); local
48 const bool __need_pad = (((sizeof(streamsize) > sizeof(size_t)) && (__STATIC_CAST(streamsize, __n) < __w)) ||
49 ((sizeof(streamsize) <= sizeof(size_t)) && (__n < __STATIC_CAST(size_t, __w))));
50 streamsize __pad_len = __need_pad ? __w - __n : 0;
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
87 size_type __n; local
89 __n = __s.max_size()
    [all...]

Completed in 637 milliseconds

1 2 3 4 5 6 7 8