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

1 2 3 4 5 6 78

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_deque.h 639 size_type __len = __last - __first;
640 if (__len > __size) {
652 size_type __len = _STLP_STD::distance(__first, __last); local
653 if (__len > size()) {
816 const size_type __len = size(); local
817 if (__new_size < __len)
820 insert(this->_M_finish, __new_size - __len, __x);
    [all...]
_rope.c 106 size_t __len = _S_iterator_buf_len; local
112 if (__buf_start_pos + __len <= __pos) {
113 __buf_start_pos = __pos - __len/4;
114 if (__buf_start_pos + __len > __leaf_end) {
115 __buf_start_pos = __leaf_end - __len;
118 if (__buf_start_pos + __len > __leaf_end) {
119 __len = __leaf_end - __buf_start_pos;
121 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf._M_data);
124 __x._M_buf_end = __x._M_tmp_buf._M_data + __len;
212 size_t __len = __current_node->_M_size._M_data local
825 size_t __len = __end - __begin; local
    [all...]
_rope.h 161 virtual void operator()(size_t __start_pos, size_t __len,
256 void append(const value_type *__s, size_t __len) {
257 if (__len + _M_buf_count <= _Buf_sz) {
260 for (; __j < __len; __i++, __j++) {
263 _M_buf_count += __len;
265 _M_prefix->append(__s, __s + __len);
268 append(__s, __len);
271 _Self& write(const value_type *__s, size_t __len) {
272 append(__s, __len);
296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0
1559 size_t __len = (__pos + __n > _p_size? _p_size - __pos : __n); local
1665 size_t __len = _S_char_ptr_len(__c_string); local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
basic_string.h 911 const size_type __len = 1 + this->size(); local
912 if (__len > this->capacity() || _M_rep()->_M_is_shared())
913 this->reserve(__len);
915 _M_rep()->_M_set_length_and_sharable(__len);
2026 const size_type __len = std::min(__size, __osize); local
    [all...]
stl_algo.h 885 _DistanceType __len = std::distance(__first, __last); local
889 while (__len > 0)
891 __half = __len >> 1;
898 __len = __len - __half - 1;
901 __len = __half;
2471 _DistanceType __len = std::distance(__first, __last); local
2524 _DistanceType __len = std::distance(__first, __last); local
2571 _DistanceType __len = std::distance(__first, __last); local
2624 _DistanceType __len = std::distance(__first, __last); local
2679 _DistanceType __len = std::distance(__first, __last); local
2746 _DistanceType __len = std::distance(__first, __last); local
3350 const _Distance __len = __last - __first; local
3374 const _Distance __len = __last - __first; local
3398 const _Distance __len = (__last - __first + 1) \/ 2; local
3426 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
stl_deque.h 1027 const size_type __len = size(); local
1523 const size_type __len = std::distance(__first, __last); local
    [all...]
stl_tree.h 1505 unsigned int __len = _Rb_tree_black_count(_M_leftmost(), _M_root()); local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
bitmap_allocator.h 258 _DistanceType __len = __last - __first; local
262 while (__len > 0)
264 __half = __len >> 1;
271 __len = __len - __half - 1;
274 __len = __half;
ropeimpl.h 84 size_t __len = _S_iterator_buf_len; local
89 if (__buf_start_pos + __len <= __pos)
91 __buf_start_pos = __pos - __len / 4;
92 if (__buf_start_pos + __len > __leaf_end)
93 __buf_start_pos = __leaf_end - __len;
95 if (__buf_start_pos + __len > __leaf_end)
96 __len = __leaf_end - __buf_start_pos;
97 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf);
100 __x._M_buf_end = __x._M_tmp_buf + __len;
194 size_t __len = __current_node->_M_size local
959 size_t __len = __end - __begin; local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_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...]
_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...]
_deque.h 639 size_type __len = __last - __first;
640 if (__len > __size) {
652 size_type __len = _STLP_STD::distance(__first, __last); local
653 if (__len > size()) {
816 const size_type __len = size(); local
817 if (__new_size < __len)
820 insert(this->_M_finish, __new_size - __len, __x);
    [all...]
_rope.c 106 size_t __len = _S_iterator_buf_len; local
112 if (__buf_start_pos + __len <= __pos) {
113 __buf_start_pos = __pos - __len/4;
114 if (__buf_start_pos + __len > __leaf_end) {
115 __buf_start_pos = __leaf_end - __len;
118 if (__buf_start_pos + __len > __leaf_end) {
119 __len = __leaf_end - __buf_start_pos;
121 (*__fn)(__buf_start_pos - __leaf_pos, __len, __x._M_tmp_buf._M_data);
124 __x._M_buf_end = __x._M_tmp_buf._M_data + __len;
212 size_t __len = __current_node->_M_size._M_data local
825 size_t __len = __end - __begin; local
    [all...]
_rope.h 161 virtual void operator()(size_t __start_pos, size_t __len,
256 void append(const value_type *__s, size_t __len) {
257 if (__len + _M_buf_count <= _Buf_sz) {
260 for (; __j < __len; __i++, __j++) {
263 _M_buf_count += __len;
265 _M_prefix->append(__s, __s + __len);
268 append(__s, __len);
271 _Self& write(const value_type *__s, size_t __len) {
272 append(__s, __len);
296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0
1559 size_t __len = (__pos + __n > _p_size? _p_size - __pos : __n); local
1665 size_t __len = _S_char_ptr_len(__c_string); local
    [all...]
  /external/stlport/stlport/stl/
_rope.h 161 virtual void operator()(size_t __start_pos, size_t __len,
256 void append(const value_type *__s, size_t __len) {
257 if (__len + _M_buf_count <= _Buf_sz) {
260 for (; __j < __len; __i++, __j++) {
263 _M_buf_count += __len;
265 _M_prefix->append(__s, __s + __len);
268 append(__s, __len);
271 _Self& write(const value_type *__s, size_t __len) {
272 append(__s, __len);
296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0
1559 size_t __len = (__pos + __n > _p_size? _p_size - __pos : __n); local
1665 size_t __len = _S_char_ptr_len(__c_string); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.h 161 virtual void operator()(size_t __start_pos, size_t __len,
256 void append(const value_type *__s, size_t __len) {
257 if (__len + _M_buf_count <= _Buf_sz) {
260 for (; __j < __len; __i++, __j++) {
263 _M_buf_count += __len;
265 _M_prefix->append(__s, __s + __len);
268 append(__s, __len);
271 _Self& write(const value_type *__s, size_t __len) {
272 append(__s, __len);
296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0
1559 size_t __len = (__pos + __n > _p_size? _p_size - __pos : __n); local
1665 size_t __len = _S_char_ptr_len(__c_string); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 870 _DistanceType __len = std::distance(__first, __last); local
874 while (__len > 0)
876 __half = __len >> 1;
883 __len = __len - __half - 1;
886 __len = __half;
2444 _DistanceType __len = std::distance(__first, __last); local
2489 _DistanceType __len = std::distance(__first, __last); local
2540 _DistanceType __len = std::distance(__first, __last); local
2593 _DistanceType __len = std::distance(__first, __last); local
2659 _DistanceType __len = std::distance(__first, __last); local
3389 const _Distance __len = __last - __first; local
3413 const _Distance __len = __last - __first; local
3437 const _Distance __len = (__last - __first + 1) \/ 2; local
3465 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 870 _DistanceType __len = std::distance(__first, __last); local
874 while (__len > 0)
876 __half = __len >> 1;
883 __len = __len - __half - 1;
886 __len = __half;
2444 _DistanceType __len = std::distance(__first, __last); local
2489 _DistanceType __len = std::distance(__first, __last); local
2540 _DistanceType __len = std::distance(__first, __last); local
2593 _DistanceType __len = std::distance(__first, __last); local
2659 _DistanceType __len = std::distance(__first, __last); local
3389 const _Distance __len = __last - __first; local
3413 const _Distance __len = __last - __first; local
3437 const _Distance __len = (__last - __first + 1) \/ 2; local
3465 const _Distance __len = (__last - __first + 1) \/ 2; local
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_rope.h 161 virtual void operator()(size_t __start_pos, size_t __len,
256 void append(const value_type *__s, size_t __len) {
257 if (__len + _M_buf_count <= _Buf_sz) {
260 for (; __j < __len; __i++, __j++) {
263 _M_buf_count += __len;
265 _M_prefix->append(__s, __s + __len);
268 append(__s, __len);
271 _Self& write(const value_type *__s, size_t __len) {
272 append(__s, __len);
296 virtual bool operator()(const _CharT* __buffer, size_t __len) = 0
1559 size_t __len = (__pos + __n > _p_size? _p_size - __pos : __n); local
1665 size_t __len = _S_char_ptr_len(__c_string); local
    [all...]

Completed in 702 milliseconds

1 2 3 4 5 6 78