HomeSort by relevance Sort by last modified time
    Searched refs:__n (Results 251 - 275 of 1443) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bvector.h 132 difference_type __n = __i + _M_offset; local
133 _M_p += __n / _STLP_WORD_BIT;
134 __n = __n % _STLP_WORD_BIT;
135 if (__n < 0) {
136 _M_offset = (unsigned int) __n + _STLP_WORD_BIT;
139 _M_offset = (unsigned int) __n;
232 operator+(ptrdiff_t __n, const _Bit_iter<_Ref, _Ptr>& __x) {
233 return __x + __n;
300 __chunk_type* _M_bit_alloc(size_t __n)
429 size_type __n = _STLP_STD::distance(__first, __last); local
449 size_type __n = _STLP_STD::distance(__first, __last); local
561 size_type __n = _STLP_STD::distance(__first, __last); local
568 size_type __n = _STLP_STD::distance(__first, __last); local
686 difference_type __n = __position - begin(); local
    [all...]
_sstream.c 171 streamsize __n) {
174 if ((_M_mode & ios_base::out) && __n > 0) {
179 if (__avail > __n) {
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
181 this->pbump((int)__n);
182 return __n;
186 __n -= __avail;
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
205 __nwritten += __n;
335 ptrdiff_t __n = this->egptr() - this->eback(); local
344 ptrdiff_t __n = this->epptr() - this->pbase(); local
370 const off_type __n = __pos - pos_type(off_type(0)); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bvector.h 132 difference_type __n = __i + _M_offset; local
133 _M_p += __n / _STLP_WORD_BIT;
134 __n = __n % _STLP_WORD_BIT;
135 if (__n < 0) {
136 _M_offset = (unsigned int) __n + _STLP_WORD_BIT;
139 _M_offset = (unsigned int) __n;
232 operator+(ptrdiff_t __n, const _Bit_iter<_Ref, _Ptr>& __x) {
233 return __x + __n;
300 __chunk_type* _M_bit_alloc(size_t __n)
429 size_type __n = _STLP_STD::distance(__first, __last); local
449 size_type __n = _STLP_STD::distance(__first, __last); local
561 size_type __n = _STLP_STD::distance(__first, __last); local
568 size_type __n = _STLP_STD::distance(__first, __last); local
686 difference_type __n = __position - begin(); local
    [all...]
_sstream.c 171 streamsize __n) {
174 if ((_M_mode & ios_base::out) && __n > 0) {
179 if (__avail > __n) {
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
181 this->pbump((int)__n);
182 return __n;
186 __n -= __avail;
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
205 __nwritten += __n;
335 ptrdiff_t __n = this->egptr() - this->eback(); local
344 ptrdiff_t __n = this->epptr() - this->pbase(); local
370 const off_type __n = __pos - pos_type(off_type(0)); local
    [all...]
  /external/stlport/stlport/stl/
_sstream.c 171 streamsize __n) {
174 if ((_M_mode & ios_base::out) && __n > 0) {
179 if (__avail > __n) {
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
181 this->pbump((int)__n);
182 return __n;
186 __n -= __avail;
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
205 __nwritten += __n;
335 ptrdiff_t __n = this->egptr() - this->eback(); local
344 ptrdiff_t __n = this->epptr() - this->pbase(); local
370 const off_type __n = __pos - pos_type(off_type(0)); local
    [all...]
_vector.h 69 _Vector_base(size_t __n, const _Alloc& __a)
71 _M_start = _M_end_of_storage.allocate(__n, __n);
73 _M_end_of_storage._M_data = _M_start + __n;
166 void _M_range_check(size_type __n) const {
167 if (__n >= size_type(this->_M_finish - this->_M_start))
171 size_type _M_compute_next_size(size_type __n) {
173 if (__n > max_size() - __size)
175 size_type __len = __size + (max)(__n, __size);
202 reference operator[](size_type __n) { return *(begin() + __n);
327 size_type __n = __len; local
547 size_type __n = _STLP_STD::distance(__first, __last); local
701 size_type __n = _STLP_STD::distance(__first, __last); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 171 streamsize __n) {
174 if ((_M_mode & ios_base::out) && __n > 0) {
179 if (__avail > __n) {
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
181 this->pbump((int)__n);
182 return __n;
186 __n -= __avail;
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
205 __nwritten += __n;
335 ptrdiff_t __n = this->egptr() - this->eback(); local
344 ptrdiff_t __n = this->epptr() - this->pbase(); local
370 const off_type __n = __pos - pos_type(off_type(0)); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 171 streamsize __n) {
174 if ((_M_mode & ios_base::out) && __n > 0) {
179 if (__avail > __n) {
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
181 this->pbump((int)__n);
182 return __n;
186 __n -= __avail;
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
205 __nwritten += __n;
335 ptrdiff_t __n = this->egptr() - this->eback(); local
344 ptrdiff_t __n = this->epptr() - this->pbase(); local
370 const off_type __n = __pos - pos_type(off_type(0)); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 171 streamsize __n) {
174 if ((_M_mode & ios_base::out) && __n > 0) {
179 if (__avail > __n) {
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
181 this->pbump((int)__n);
182 return __n;
186 __n -= __avail;
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
205 __nwritten += __n;
335 ptrdiff_t __n = this->egptr() - this->eback(); local
344 ptrdiff_t __n = this->epptr() - this->pbase(); local
370 const off_type __n = __pos - pos_type(off_type(0)); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 171 streamsize __n) {
174 if ((_M_mode & ios_base::out) && __n > 0) {
179 if (__avail > __n) {
180 _Traits::copy(this->pptr(), __s, __STATIC_CAST(size_t, __n));
181 this->pbump((int)__n);
182 return __n;
186 __n -= __avail;
195 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
199 _M_str.append(__s, __s + __STATIC_CAST(ptrdiff_t, __n));
205 __nwritten += __n;
335 ptrdiff_t __n = this->egptr() - this->eback(); local
344 ptrdiff_t __n = this->epptr() - this->pbase(); local
370 const off_type __n = __pos - pos_type(off_type(0)); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
move.h 92 for (size_t __n = 0; __n < _Nm; ++__n)
93 swap(__a[__n], __b[__n]);
stl_vector.h 110 _Vector_base(size_t __n, const allocator_type& __a)
113 this->_M_impl._M_start = this->_M_allocate(__n);
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
139 _M_allocate(size_t __n)
140 { return __n != 0 ? _M_impl.allocate(__n) : 0; }
143 _M_deallocate(typename _Tp_alloc_type::pointer __p, size_t __n)
146 _M_impl.deallocate(__p, __n);
227 vector(size_type __n, const value_type& __value = value_type(),
229 : _Base(__n, __a
1037 const size_type __n = std::distance(__first, __last); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 207 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
218 __array_type_info(const char* __n) : std::type_info(__n) { }
229 __function_type_info(const char* __n) : std::type_info(__n) { }
245 __enum_type_info(const char* __n) : std::type_info(__n) { }
259 __pbase_type_info(const char* __n, int __quals,
261 : std::type_info(__n), __flags(__quals), __pointee(__type
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 92 for (size_t __n = 0; __n < _Nm; ++__n)
93 swap(__a[__n], __b[__n]);
stl_vector.h 110 _Vector_base(size_t __n, const allocator_type& __a)
113 this->_M_impl._M_start = this->_M_allocate(__n);
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
139 _M_allocate(size_t __n)
140 { return __n != 0 ? _M_impl.allocate(__n) : 0; }
143 _M_deallocate(typename _Tp_alloc_type::pointer __p, size_t __n)
146 _M_impl.deallocate(__p, __n);
227 vector(size_type __n, const value_type& __value = value_type(),
229 : _Base(__n, __a
1037 const size_type __n = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 207 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
218 __array_type_info(const char* __n) : std::type_info(__n) { }
229 __function_type_info(const char* __n) : std::type_info(__n) { }
245 __enum_type_info(const char* __n) : std::type_info(__n) { }
259 __pbase_type_info(const char* __n, int __quals,
261 : std::type_info(__n), __flags(__quals), __pointee(__type
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 92 for (size_t __n = 0; __n < _Nm; ++__n)
93 swap(__a[__n], __b[__n]);
stl_vector.h 110 _Vector_base(size_t __n, const allocator_type& __a)
113 this->_M_impl._M_start = this->_M_allocate(__n);
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
139 _M_allocate(size_t __n)
140 { return __n != 0 ? _M_impl.allocate(__n) : 0; }
143 _M_deallocate(typename _Tp_alloc_type::pointer __p, size_t __n)
146 _M_impl.deallocate(__p, __n);
227 vector(size_type __n, const value_type& __value = value_type(),
229 : _Base(__n, __a
1037 const size_type __n = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 207 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
218 __array_type_info(const char* __n) : std::type_info(__n) { }
229 __function_type_info(const char* __n) : std::type_info(__n) { }
245 __enum_type_info(const char* __n) : std::type_info(__n) { }
259 __pbase_type_info(const char* __n, int __quals,
261 : std::type_info(__n), __flags(__quals), __pointee(__type
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 92 for (size_t __n = 0; __n < _Nm; ++__n)
93 swap(__a[__n], __b[__n]);
stl_vector.h 110 _Vector_base(size_t __n, const allocator_type& __a)
113 this->_M_impl._M_start = this->_M_allocate(__n);
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
139 _M_allocate(size_t __n)
140 { return __n != 0 ? _M_impl.allocate(__n) : 0; }
143 _M_deallocate(typename _Tp_alloc_type::pointer __p, size_t __n)
146 _M_impl.deallocate(__p, __n);
227 vector(size_type __n, const value_type& __value = value_type(),
229 : _Base(__n, __a
1037 const size_type __n = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 207 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
218 __array_type_info(const char* __n) : std::type_info(__n) { }
229 __function_type_info(const char* __n) : std::type_info(__n) { }
245 __enum_type_info(const char* __n) : std::type_info(__n) { }
259 __pbase_type_info(const char* __n, int __quals,
261 : std::type_info(__n), __flags(__quals), __pointee(__type
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
move.h 114 for (size_t __n = 0; __n < _Nm; ++__n)
115 swap(__a[__n], __b[__n]);
stl_vector.h 110 _Vector_base(size_t __n, const allocator_type& __a)
113 this->_M_impl._M_start = this->_M_allocate(__n);
115 this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
139 _M_allocate(size_t __n)
140 { return __n != 0 ? _M_impl.allocate(__n) : 0; }
143 _M_deallocate(typename _Tp_alloc_type::pointer __p, size_t __n)
146 _M_impl.deallocate(__p, __n);
227 vector(size_type __n, const value_type& __value = value_type(),
229 : _Base(__n, __a
1033 const size_type __n = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 207 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
218 __array_type_info(const char* __n) : std::type_info(__n) { }
229 __function_type_info(const char* __n) : std::type_info(__n) { }
245 __enum_type_info(const char* __n) : std::type_info(__n) { }
259 __pbase_type_info(const char* __n, int __quals,
261 : std::type_info(__n), __flags(__quals), __pointee(__type
    [all...]

Completed in 1020 milliseconds

<<11121314151617181920>>