HomeSort by relevance Sort by last modified time
    Searched defs:__len (Results 151 - 175 of 365) sorted by null

1 2 3 4 5 67 8 91011>>

  /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/5/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);
  /prebuilts/ndk/5/sources/cxx-stl/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);
  /prebuilts/ndk/5/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/ndk/6/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);
  /prebuilts/ndk/6/sources/cxx-stl/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);
  /prebuilts/ndk/6/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/ndk/7/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);
  /prebuilts/ndk/7/sources/cxx-stl/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);
  /prebuilts/ndk/7/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
sso_string_base.h 396 size_type __len = 0; local
399 while (__beg != __end && __len < __capacity)
401 _M_data()[__len++] = *__beg;
409 if (__len == __capacity)
412 __capacity = __len + 1;
413 _CharT* __another = _M_create(__capacity, __len);
414 this->_S_copy(__another, _M_data(), __len);
419 _M_data()[__len++] = *__beg;
429 _M_set_length(__len);
  /prebuilts/ndk/8/sources/cxx-stl/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...]