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

12 3 4 5 6 7 8

  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 85 const int __len = __convf(__s, __n, __fmt, __args); local
89 return _String(__s, __s + __len);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 85 const int __len = __convf(__s, __n, __fmt, __args); local
89 return _String(__s, __s + __len);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/
string_conversions.h 85 const int __len = __convf(__s, __n, __fmt, __args); local
89 return _String(__s, __s + __len);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++locale.h 64 const size_t __len = __builtin_strlen(__old) + 1; local
65 __sav = new char[__len];
66 __builtin_memcpy(__sav, __old, __len);
  /external/stlport/stlport/stl/
_string_sum_methods.h 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
110 pointer __new_start = this->_M_start_of_storage.allocate(__len);
115 this->_M_reset(__new_start, __new_finish, __new_start + __len);
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
134 pointer __new_start = this->_M_start_of_storage.allocate(__len);
139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
_list.c 97 size_type __len = 0; local
98 for ( ; __i != end() && __len < __new_size; ++__i, ++__len);
100 if (__len == __new_size)
103 insert(end(), __new_size - __len, __x);
_tree.c 689 int __len = __black_count(_M_leftmost(), _M_root()); local
705 if (!__L && !__R && __black_count(__x, _M_root()) != __len)
_vector.c 87 size_type __len = _M_compute_next_size(__fill_len); local
88 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
102 this->_M_end_of_storage.deallocate(__new_start,__len)))
104 _M_set(__new_start, __new_finish, __new_start + __len);
110 size_type __len = _M_compute_next_size(__fill_len); local
111 pointer __new_start = this->_M_end_of_storage.allocate(__len, __len);
118 _M_set(__new_start, __new_finish, __new_start + __len);
188 size_type __len = __xlen
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
110 pointer __new_start = this->_M_start_of_storage.allocate(__len);
115 this->_M_reset(__new_start, __new_finish, __new_start + __len);
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
134 pointer __new_start = this->_M_start_of_storage.allocate(__len);
139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
110 pointer __new_start = this->_M_start_of_storage.allocate(__len);
115 this->_M_reset(__new_start, __new_finish, __new_start + __len);
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
134 pointer __new_start = this->_M_start_of_storage.allocate(__len);
139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
110 pointer __new_start = this->_M_start_of_storage.allocate(__len);
115 this->_M_reset(__new_start, __new_finish, __new_start + __len);
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
134 pointer __new_start = this->_M_start_of_storage.allocate(__len);
139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_string_sum_methods.h 109 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
110 pointer __new_start = this->_M_start_of_storage.allocate(__len);
115 this->_M_reset(__new_start, __new_finish, __new_start + __len);
133 const size_type __len = __old_size + (max)(__old_size, __s_size) + 1; local
134 pointer __new_start = this->_M_start_of_storage.allocate(__len);
139 this->_M_reset(__new_start, __new_finish, __new_start + __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; 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_heap.h 227 _Distance __len, _Tp __value)
231 while (__secondChild < (__len - 1) / 2)
239 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
298 _Distance __len, _Tp __value, _Compare __comp)
302 while (__secondChild < (__len - 1) / 2)
311 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
391 const _DistanceType __len = __last - __first; local
392 _DistanceType __parent = (__len - 2) / 2
431 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_heap.h 225 _Distance __len, _Tp __value)
229 while (__secondChild < (__len - 1) / 2)
237 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
296 _Distance __len, _Tp __value, _Compare __comp)
300 while (__secondChild < (__len - 1) / 2)
309 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
389 const _DistanceType __len = __last - __first; local
390 _DistanceType __parent = (__len - 2) / 2
429 const _DistanceType __len = __last - __first; local
    [all...]

Completed in 613 milliseconds

12 3 4 5 6 7 8