HomeSort by relevance Sort by last modified time
    Searched refs:__len (Results 201 - 225 of 243) sorted by null

1 2 3 4 5 6 7 8910

  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 64 _DType __len = __last - __first; local
65 while (__len > 0)
67 _DType __half = __len >> 1;
73 __len = __len - __half - 1;
76 __len = __half;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 954 const size_type __len = std::distance(__first, __last); local
955 if (__len < size())
1013 const size_type __len = size() + std::max(size(), __n); local
1014 return (__len < size() || __len > max_size()) ? max_size() : __len;
stl_deque.h 1027 const size_type __len = size(); local
1523 const size_type __len = std::distance(__first, __last); local
    [all...]
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...]
  /prebuilt/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;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
hashtable_policy.h 64 _DType __len = __last - __first; local
65 while (__len > 0)
67 _DType __half = __len >> 1;
73 __len = __len - __half - 1;
76 __len = __half;
  /external/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...]
_fstream.h 74 void* _M_mmap(streamoff __offset, streamoff __len);
75 void _M_unmap(void* __mmap_base, streamoff __len);
_deque.c 108 const size_type __len = size();
110 if (__len >= __x.size())
113 const_iterator __mid = __x.begin() + difference_type(__len);
  /ndk/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...]
_fstream.h 74 void* _M_mmap(streamoff __offset, streamoff __len);
75 void _M_unmap(void* __mmap_base, streamoff __len);
_deque.c 108 const size_type __len = size();
110 if (__len >= __x.size())
113 const_iterator __mid = __x.begin() + difference_type(__len);
  /prebuilt/ndk/android-ndk-r5/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...]
_fstream.h 74 void* _M_mmap(streamoff __offset, streamoff __len);
75 void _M_unmap(void* __mmap_base, streamoff __len);
_deque.c 108 const size_type __len = size();
110 if (__len >= __x.size())
113 const_iterator __mid = __x.begin() + difference_type(__len);
  /prebuilt/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...]
_fstream.h 74 void* _M_mmap(streamoff __offset, streamoff __len);
75 void _M_unmap(void* __mmap_base, streamoff __len);
  /prebuilt/ndk/android-ndk-r7/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...]
_fstream.h 74 void* _M_mmap(streamoff __offset, streamoff __len);
75 void _M_unmap(void* __mmap_base, streamoff __len);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_deque.h 1027 const size_type __len = size(); local
1523 const size_type __len = std::distance(__first, __last); local
    [all...]
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...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 1027 const size_type __len = size(); local
1523 const size_type __len = std::distance(__first, __last); local
    [all...]
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...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_deque.h 1027 const size_type __len = size(); local
1523 const size_type __len = std::distance(__first, __last); local
    [all...]
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...]

Completed in 1261 milliseconds

1 2 3 4 5 6 7 8910