HomeSort by relevance Sort by last modified time
    Searched defs:__len (Results 51 - 75 of 194) sorted by null

1 23 4 5 6 7 8

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_list.c 97 size_type __len = 0; local
98 for ( ; __i != end() && __len < __new_size; ++__i, ++__len);
100 if (__len == __new_size)
103 insert(end(), __new_size - __len, __x);
_tree.c 689 int __len = __black_count(_M_leftmost(), _M_root()); local
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]
_algobase.c 455 _Distance __len = _STLP_STD::distance(__first, __last); local
459 while (__len > 0) {
460 __half = __len >> 1;
467 __len = __len - __half - 1;
470 __len = __half;
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_string_workaround.h 221 size_type __len = this->_M_compute_next_size(__n); local
222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
227 this->_M_reset(__new_start, __new_finish, __new_start + __len);
377 size_type __len = this->_M_compute_next_size(__n); local
378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_list.c 97 size_type __len = 0; local
98 for ( ; __i != end() && __len < __new_size; ++__i, ++__len);
100 if (__len == __new_size)
103 insert(end(), __new_size - __len, __x);
_tree.c 689 int __len = __black_count(_M_leftmost(), _M_root()); local
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]
_algobase.c 455 _Distance __len = _STLP_STD::distance(__first, __last); local
459 while (__len > 0) {
460 __half = __len >> 1;
467 __len = __len - __half - 1;
470 __len = __half;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_list.c 97 size_type __len = 0; local
98 for ( ; __i != end() && __len < __new_size; ++__i, ++__len);
100 if (__len == __new_size)
103 insert(end(), __new_size - __len, __x);
_tree.c 689 int __len = __black_count(_M_leftmost(), _M_root()); local
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_list.c 97 size_type __len = 0; local
98 for ( ; __i != end() && __len < __new_size; ++__i, ++__len);
100 if (__len == __new_size)
103 insert(end(), __new_size - __len, __x);
_tree.c 689 int __len = __black_count(_M_leftmost(), _M_root()); local
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]
  /external/stlport/stlport/stl/
_algobase.c 455 _Distance __len = _STLP_STD::distance(__first, __last); local
459 while (__len > 0) {
460 __half = __len >> 1;
467 __len = __len - __half - 1;
470 __len = __half;
_num_put.c 148 __copy_integer_and_fill(const _CharT* __buf, ptrdiff_t __len,
152 if (__len >= __wid)
153 return _STLP_STD::copy(__buf, __buf + __len, __oi);
160 __STATIC_CAST(streamsize, __wid - __len)));
164 __oi = _STLP_STD::copy(__buf, __buf + __len, __oi);
167 else if (__dir == ios_base::internal && __len != 0 &&
171 return _STLP_STD::copy(__buf + 1, __buf + __len, __oi);
173 else if (__dir == ios_base::internal && __len >= 2 &&
179 return _STLP_STD::copy(__buf + 2, __buf + __len, __oi);
183 return _STLP_STD::copy(__buf, __buf + __len, __oi)
203 ptrdiff_t __len = __iend - __buf; local
235 ptrdiff_t __len = __iend - __buf; local
    [all...]
_string_workaround.h 221 size_type __len = this->_M_compute_next_size(__n); local
222 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
227 this->_M_reset(__new_start, __new_finish, __new_start + __len);
377 size_type __len = this->_M_compute_next_size(__n); local
378 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
384 this->_M_reset(__new_start, __new_finish, __new_start + __len);
  /external/stlport/stlport/stl/debug/
_list.h 294 size_type __len = 0; local
295 for ( ; __i != _M_non_dbg_impl.end() && __len < __new_size; ++__i, ++__len);
297 if (__len == __new_size)
300 _M_non_dbg_impl.insert(_M_non_dbg_impl.end(), __new_size - __len, __x);
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_list.h 294 size_type __len = 0; local
295 for ( ; __i != _M_non_dbg_impl.end() && __len < __new_size; ++__i, ++__len);
297 if (__len == __new_size)
300 _M_non_dbg_impl.insert(_M_non_dbg_impl.end(), __new_size - __len, __x);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
sso_string_base.h 411 size_type __len = 0; local
414 while (__beg != __end && __len < __capacity)
416 _M_data()[__len++] = *__beg;
424 if (__len == __capacity)
427 __capacity = __len + 1;
428 _CharT* __another = _M_create(__capacity, __len);
429 this->_S_copy(__another, _M_data(), __len);
434 _M_data()[__len++] = *__beg;
444 _M_set_length_no_wipe(__len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 417 size_type __len = 0; local
420 while (__beg != __end && __len < __capacity)
422 _M_data()[__len++] = *__beg;
430 if (__len == __capacity)
433 __capacity = __len + 1;
434 _CharT* __another = _M_create(__capacity, __len);
435 this->_S_copy(__another, _M_data(), __len);
440 _M_data()[__len++] = *__beg;
450 _M_set_length_no_wipe(__len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
sso_string_base.h 417 size_type __len = 0; local
420 while (__beg != __end && __len < __capacity)
422 _M_data()[__len++] = *__beg;
430 if (__len == __capacity)
433 __capacity = __len + 1;
434 _CharT* __another = _M_create(__capacity, __len);
435 this->_S_copy(__another, _M_data(), __len);
440 _M_data()[__len++] = *__beg;
450 _M_set_length_no_wipe(__len);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
sso_string_base.h 411 size_type __len = 0; local
414 while (__beg != __end && __len < __capacity)
416 _M_data()[__len++] = *__beg;
424 if (__len == __capacity)
427 __capacity = __len + 1;
428 _CharT* __another = _M_create(__capacity, __len);
429 this->_S_copy(__another, _M_data(), __len);
434 _M_data()[__len++] = *__beg;
444 _M_set_length_no_wipe(__len);

Completed in 1211 milliseconds

1 23 4 5 6 7 8