HomeSort by relevance Sort by last modified time
    Searched refs:__len (Results 126 - 150 of 253) sorted by null

1 2 3 4 56 7 8 91011

  /external/libcxx/test/support/
constexpr_char_traits.hpp 78 size_t __len = 0; local
80 ++__len;
81 return __len;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string.h 306 size_type __len = __size + (max)(__n, __size) + 1; local
307 if (__len > max_size() || __len < __size)
308 __len = max_size(); // overflow
309 return __len;
473 size_type __len = _M_compute_next_size(__n); local
474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
479 this->_M_reset(__new_start, __new_finish, __new_start + __len);
621 size_type __len = (min) (__n, __s.size() - __beg) local
625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local
642 size_type __len = _Traits::length(__s); local
691 size_type __len = _M_compute_next_size(__n); local
817 const size_type __len = (min) (__n, __size - __pos); local
844 const size_type __len = (min) (__n1, __size - __pos); local
861 const size_type __len = (min) (__n1, __size - __pos); local
937 const size_type __len = (min) (__n, size() - __pos); local
    [all...]
_bvector.h 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local
405 __chunk_type* __q = this->_M_bit_alloc(__len);
410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len);
457 size_type __len = size() + (max)(size(), __n); local
458 __chunk_type* __q = this->_M_bit_alloc(__len);
463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len);
639 size_type __len = _STLP_STD::distance(__first, __last); local
640 if (__len < size())
730 size_type __len = size() + (max)(size(), __n); local
731 __chunk_type* __q = this->_M_bit_alloc(__len);
751 size_type __len = size() + (max)(size(), __n); local
772 size_type __len = size() + (max)(size(), __n); local
    [all...]
_slist.c 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
108 while (__cur->_M_next != 0 && __len > 0) {
109 --__len;
115 _M_insert_after_fill(__cur, __len, __x);
_vector.h 175 size_type __len = __size + (max)(__n, __size); local
176 if (__len > max_size() || __len < __size)
177 __len = max_size(); // overflow
178 return __len;
325 const size_type __len = _STLP_STD::distance(__first, __last); local
326 if (__len > capacity()) {
327 size_type __n = __len;
330 _M_set(__tmp, __tmp + __len, __tmp + __n);
332 else if (size() >= __len) {
432 size_type __len = _M_compute_next_size(__n); local
    [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;
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_string.h 306 size_type __len = __size + (max)(__n, __size) + 1; local
307 if (__len > max_size() || __len < __size)
308 __len = max_size(); // overflow
309 return __len;
473 size_type __len = _M_compute_next_size(__n); local
474 pointer __new_start = this->_M_start_of_storage.allocate(__len, __len);
479 this->_M_reset(__new_start, __new_finish, __new_start + __len);
621 size_type __len = (min) (__n, __s.size() - __beg) local
625 __s._M_Start() + __beg, __s._M_Start() + __beg + __len, &__s == this); local
642 size_type __len = _Traits::length(__s); local
691 size_type __len = _M_compute_next_size(__n); local
817 const size_type __len = (min) (__n, __size - __pos); local
844 const size_type __len = (min) (__n1, __size - __pos); local
861 const size_type __len = (min) (__n1, __size - __pos); local
937 const size_type __len = (min) (__n, size() - __pos); local
    [all...]
_bvector.h 404 size_type __len = size() ? 2 * size() : _STLP_WORD_BIT; local
405 __chunk_type* __q = this->_M_bit_alloc(__len);
410 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len);
457 size_type __len = size() + (max)(size(), __n); local
458 __chunk_type* __q = this->_M_bit_alloc(__len);
463 this->_M_end_of_storage._M_data = __q + _Base::_M_bits_to_chunks(__len);
639 size_type __len = _STLP_STD::distance(__first, __last); local
640 if (__len < size())
730 size_type __len = size() + (max)(size(), __n); local
731 __chunk_type* __q = this->_M_bit_alloc(__len);
751 size_type __len = size() + (max)(size(), __n); local
772 size_type __len = size() + (max)(size(), __n); local
    [all...]
_slist.c 106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
108 while (__cur->_M_next != 0 && __len > 0) {
109 --__len;
115 _M_insert_after_fill(__cur, __len, __x);
_vector.h 175 size_type __len = __size + (max)(__n, __size); local
176 if (__len > max_size() || __len < __size)
177 __len = max_size(); // overflow
178 return __len;
325 const size_type __len = _STLP_STD::distance(__first, __last); local
326 if (__len > capacity()) {
327 size_type __n = __len;
330 _M_set(__tmp, __tmp + __len, __tmp + __n);
332 else if (size() >= __len) {
432 size_type __len = _M_compute_next_size(__n); local
    [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;
_algo.c 754 _Predicate __pred, _Distance __len,
756 if (__len == 1)
759 _Distance __half_len = __len / 2;
763 _STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_of_before_last));
770 _Predicate __pred, _Distance __len,
773 if (__len <= __buffer_size) {
778 ++__result2; ++__first; --__len;
780 for (; __first != __last ; ++__first, --__len) {
781 if (((__len == 1) && (__pred_of_before_last || __pred(*__first))) ||
782 ((__len != 1) && __pred(*__first)))
1077 _Distance __len = __last - __first; local
1162 _Distance __len = (__last - __first + 1) \/ 2; local
1358 _Distance __len = _STLP_STD::distance(__first, __last); local
1383 _Distance __len = _STLP_STD::distance(__first, __last); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 518 size_type __len = 0; local
519 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
521 __buf[__len++] = *__beg;
524 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
525 _S_copy(__r->_M_refdata(), __buf, __len);
530 if (__len == __r->_M_info._M_capacity)
533 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
534 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
538 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
rc_string_base.h 518 size_type __len = 0; local
519 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
521 __buf[__len++] = *__beg;
524 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
525 _S_copy(__r->_M_refdata(), __buf, __len);
530 if (__len == __r->_M_info._M_capacity)
533 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
534 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
538 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
rc_string_base.h 518 size_type __len = 0; local
519 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
521 __buf[__len++] = *__beg;
524 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
525 _S_copy(__r->_M_refdata(), __buf, __len);
530 if (__len == __r->_M_info._M_capacity)
533 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
534 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
538 __r->_M_refdata()[__len++] = *__beg
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
rc_string_base.h 518 size_type __len = 0; local
519 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
521 __buf[__len++] = *__beg;
524 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a);
525 _S_copy(__r->_M_refdata(), __buf, __len);
530 if (__len == __r->_M_info._M_capacity)
533 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a);
534 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len);
538 __r->_M_refdata()[__len++] = *__beg
    [all...]
sso_string_base.h 421 size_type __len = 0; local
424 while (__beg != __end && __len < __capacity)
426 _M_data()[__len++] = *__beg;
434 if (__len == __capacity)
437 __capacity = __len + 1;
438 _CharT* __another = _M_create(__capacity, __len);
439 this->_S_copy(__another, _M_data(), __len);
444 _M_data()[__len++] = *__beg;
454 _M_set_length_no_wipe(__len);
  /external/libmicrohttpd/src/examples/
spdy_fileserver.c 46 unsigned int __len = strlen(fname);\
47 if (__len < 4 || '.' != (fname)[__len - 4]) \
53 const char * __ext = &(fname)[__len - 3];\
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_heap.h 208 _Distance __len, _Tp __value, _Compare __comp)
212 while (__secondChild < (__len - 1) / 2)
221 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
328 const _DistanceType __len = __last - __first; local
329 _DistanceType __parent = (__len - 2) / 2;
333 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 618 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
826 char *__restrict __buf, size_t __len)
837 char *__restrict __buf, size_t __len)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 624 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
833 char *__restrict __buf, size_t __len)
844 char *__restrict __buf, size_t __len)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 325 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
327 for (; __len; --__len, ++__first)
834 _DistanceType __len = std::distance(__first, __last); local
838 while (__len > 0)
840 __half = __len >> 1;
847 __len = __len - __half - 1;
850 __len = __half;
2440 _DistanceType __len = std::distance(__first, __last); local
2485 _DistanceType __len = std::distance(__first, __last); local
2536 _DistanceType __len = std::distance(__first, __last); local
2589 _DistanceType __len = std::distance(__first, __last); local
2655 _DistanceType __len = std::distance(__first, __last); local
3386 const _Distance __len = __last - __first; local
3410 const _Distance __len = __last - __first; local
3434 const _Distance __len = (__last - __first + 1) \/ 2; local
3462 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 325 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
327 for (; __len; --__len, ++__first)
834 _DistanceType __len = std::distance(__first, __last); local
838 while (__len > 0)
840 __half = __len >> 1;
847 __len = __len - __half - 1;
850 __len = __half;
2440 _DistanceType __len = std::distance(__first, __last); local
2485 _DistanceType __len = std::distance(__first, __last); local
2536 _DistanceType __len = std::distance(__first, __last); local
2589 _DistanceType __len = std::distance(__first, __last); local
2655 _DistanceType __len = std::distance(__first, __last); local
3386 const _Distance __len = __last - __first; local
3410 const _Distance __len = __last - __first; local
3434 const _Distance __len = (__last - __first + 1) \/ 2; local
3462 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 325 __find_if_not_n(_InputIterator __first, _Distance& __len, _Predicate __pred)
327 for (; __len; --__len, ++__first)
834 _DistanceType __len = std::distance(__first, __last); local
838 while (__len > 0)
840 __half = __len >> 1;
847 __len = __len - __half - 1;
850 __len = __half;
2440 _DistanceType __len = std::distance(__first, __last); local
2485 _DistanceType __len = std::distance(__first, __last); local
2536 _DistanceType __len = std::distance(__first, __last); local
2589 _DistanceType __len = std::distance(__first, __last); local
2655 _DistanceType __len = std::distance(__first, __last); local
3386 const _Distance __len = __last - __first; local
3410 const _Distance __len = __last - __first; local
3434 const _Distance __len = (__last - __first + 1) \/ 2; local
3462 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]

Completed in 514 milliseconds

1 2 3 4 56 7 8 91011