HomeSort by relevance Sort by last modified time
    Searched full:__len (Results 551 - 575 of 883) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 243 _DistanceType __len = __last - __first; local
247 while (__len > 0)
249 __half = __len >> 1;
256 __len = __len - __half - 1;
259 __len = __half;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_bvector.h 967 const size_type __len = std::distance(__first, __last); local
968 if (__len < size())
1026 const size_type __len = size() + std::max(size(), __n); local
1027 return (__len < size() || __len > max_size()) ? max_size() : __len;
stl_deque.h 1135 const size_type __len = size(); local
1157 const size_type __len = size(); local
1179 const size_type __len = size(); local
1686 const size_type __len = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
bitmap_allocator.h 246 _DistanceType __len = __last - __first; local
250 while (__len > 0)
252 __half = __len >> 1;
259 __len = __len - __half - 1;
262 __len = __half;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_bvector.h 992 const size_type __len = std::distance(__first, __last);
993 if (__len < size())
1051 const size_type __len = size() + std::max(size(), __n);
1052 return (__len < size() || __len > max_size()) ? max_size() : __len;
stl_deque.h 1144 const size_type __len = size(); local
1166 const size_type __len = size(); local
1188 const size_type __len = size(); local
1695 const size_type __len = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
bitmap_allocator.h 243 _DistanceType __len = __last - __first; local
247 while (__len > 0)
249 __half = __len >> 1;
256 __len = __len - __half - 1;
259 __len = __half;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_bvector.h 1061 const size_type __len = std::distance(__first, __last);
1062 if (__len < size())
1120 const size_type __len = size() + std::max(size(), __n);
1121 return (__len < size() || __len > max_size()) ? max_size() : __len;
stl_deque.h 1163 const size_type __len = size(); local
1185 const size_type __len = size(); local
1207 const size_type __len = size(); local
1723 const size_type __len = std::distance(__first, __last); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 568 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
776 char *__restrict __buf, size_t __len)
787 char *__restrict __buf, size_t __len)
845 extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));
852 extern int sethostname (__const char *__name, size_t __len)
863 extern int getdomainname (char *__name, size_t __len)
865 extern int setdomainname (__const char *__name, size_t __len)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 568 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
776 char *__restrict __buf, size_t __len)
787 char *__restrict __buf, size_t __len)
845 extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));
852 extern int sethostname (__const char *__name, size_t __len)
863 extern int getdomainname (char *__name, size_t __len)
865 extern int setdomainname (__const char *__name, size_t __len)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 568 extern size_t confstr (int __name, char *__buf, size_t __len) __THROW;
776 char *__restrict __buf, size_t __len)
787 char *__restrict __buf, size_t __len)
845 extern int gethostname (char *__name, size_t __len) __THROW __nonnull ((1));
852 extern int sethostname (__const char *__name, size_t __len)
863 extern int getdomainname (char *__name, size_t __len)
865 extern int setdomainname (__const char *__name, size_t __len)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_deque.h 1135 const size_type __len = size(); local
1157 const size_type __len = size(); local
1179 const size_type __len = size(); local
1686 const size_type __len = std::distance(__first, __last); 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_deque.h 1135 const size_type __len = size(); local
1157 const size_type __len = size(); local
1179 const size_type __len = size(); local
1686 const size_type __len = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_deque.h 1135 const size_type __len = size(); local
1157 const size_type __len = size(); local
1179 const size_type __len = size(); local
1686 const size_type __len = std::distance(__first, __last); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_deque.h 1144 const size_type __len = size(); local
1166 const size_type __len = size(); local
1188 const size_type __len = size(); local
1695 const size_type __len = std::distance(__first, __last); local
    [all...]
  /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...]
  /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...]
  /prebuilts/ndk/5/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...]
  /prebuilts/ndk/6/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...]
  /prebuilts/ndk/7/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...]
  /prebuilts/ndk/8/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...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
string2.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
string2.h     [all...]

Completed in 706 milliseconds

<<21222324252627282930>>