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

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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...]
locale_classes.tcc 183 size_t __len = (__hi - __lo) * 2;
185 _CharT* __c = new _CharT[__len];
195 size_t __res = _M_transform(__c, __p, __len);
198 if (__res >= __len)
200 __len = __res + 1;
202 __c = new _CharT[__len];
203 __res = _M_transform(__c, __p, __len);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
locale_classes.tcc 185 size_t __len = (__hi - __lo) * 2;
187 _CharT* __c = new _CharT[__len];
197 size_t __res = _M_transform(__c, __p, __len);
200 if (__res >= __len)
202 __len = __res + 1;
204 __c = new _CharT[__len];
205 __res = _M_transform(__c, __p, __len);
stl_tempbuf.h 86 get_temporary_buffer(ptrdiff_t __len)
90 if (__len > __max)
91 __len = __max;
93 while (__len > 0)
95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
99 __len /= 2;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_heap.h 229 _Distance __len, _Tp __value)
233 while (__secondChild < (__len - 1) / 2)
241 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
303 _Distance __len, _Tp __value, _Compare __comp)
307 while (__secondChild < (__len - 1) / 2)
316 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
397 const _DistanceType __len = __last - __first; local
398 _DistanceType __parent = (__len - 2) / 2
437 const _DistanceType __len = __last - __first; local
    [all...]
locale_classes.tcc 208 size_t __len = (__hi - __lo) * 2;
210 _CharT* __c = new _CharT[__len];
220 size_t __res = _M_transform(__c, __p, __len);
223 if (__res >= __len)
225 __len = __res + 1;
227 __c = new _CharT[__len];
228 __res = _M_transform(__c, __p, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
locale_classes.tcc 185 size_t __len = (__hi - __lo) * 2;
187 _CharT* __c = new _CharT[__len];
197 size_t __res = _M_transform(__c, __p, __len);
200 if (__res >= __len)
202 __len = __res + 1;
204 __c = new _CharT[__len];
205 __res = _M_transform(__c, __p, __len);
stl_tempbuf.h 86 get_temporary_buffer(ptrdiff_t __len)
90 if (__len > __max)
91 __len = __max;
93 while (__len > 0)
95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
99 __len /= 2;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_heap.h 229 _Distance __len, _Tp __value)
233 while (__secondChild < (__len - 1) / 2)
241 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
303 _Distance __len, _Tp __value, _Compare __comp)
307 while (__secondChild < (__len - 1) / 2)
316 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
397 const _DistanceType __len = __last - __first; local
398 _DistanceType __parent = (__len - 2) / 2
437 const _DistanceType __len = __last - __first; local
    [all...]
locale_classes.tcc 208 size_t __len = (__hi - __lo) * 2;
210 _CharT* __c = new _CharT[__len];
220 size_t __res = _M_transform(__c, __p, __len);
223 if (__res >= __len)
225 __len = __res + 1;
227 __c = new _CharT[__len];
228 __res = _M_transform(__c, __p, __len);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_heap.h 228 _Distance __len, _Tp __value)
232 while (__secondChild < (__len - 1) / 2)
240 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
302 _Distance __len, _Tp __value, _Compare __comp)
306 while (__secondChild < (__len - 1) / 2)
315 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
396 const _DistanceType __len = __last - __first; local
397 _DistanceType __parent = (__len - 2) / 2
436 const _DistanceType __len = __last - __first; local
    [all...]
locale_classes.tcc 210 size_t __len = (__hi - __lo) * 2;
212 _CharT* __c = new _CharT[__len];
222 size_t __res = _M_transform(__c, __p, __len);
225 if (__res >= __len)
227 __len = __res + 1;
229 __c = new _CharT[__len];
230 __res = _M_transform(__c, __p, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.tcc 183 size_t __len = (__hi - __lo) * 2;
185 _CharT* __c = new _CharT[__len];
195 size_t __res = _M_transform(__c, __p, __len);
198 if (__res >= __len)
200 __len = __res + 1;
202 __c = new _CharT[__len];
203 __res = _M_transform(__c, __p, __len);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.tcc 185 size_t __len = (__hi - __lo) * 2;
187 _CharT* __c = new _CharT[__len];
197 size_t __res = _M_transform(__c, __p, __len);
200 if (__res >= __len)
202 __len = __res + 1;
204 __c = new _CharT[__len];
205 __res = _M_transform(__c, __p, __len);
stl_tempbuf.h 86 get_temporary_buffer(ptrdiff_t __len)
90 if (__len > __max)
91 __len = __max;
93 while (__len > 0)
95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
99 __len /= 2;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.tcc 185 size_t __len = (__hi - __lo) * 2;
187 _CharT* __c = new _CharT[__len];
197 size_t __res = _M_transform(__c, __p, __len);
200 if (__res >= __len)
202 __len = __res + 1;
204 __c = new _CharT[__len];
205 __res = _M_transform(__c, __p, __len);
stl_tempbuf.h 86 get_temporary_buffer(ptrdiff_t __len)
90 if (__len > __max)
91 __len = __max;
93 while (__len > 0)
95 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
98 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
99 __len /= 2;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 183 size_t __len = (__hi - __lo) * 2;
185 _CharT* __c = new _CharT[__len];
195 size_t __res = _M_transform(__c, __p, __len);
198 if (__res >= __len)
200 __len = __res + 1;
202 __c = new _CharT[__len];
203 __res = _M_transform(__c, __p, __len);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 183 size_t __len = (__hi - __lo) * 2;
185 _CharT* __c = new _CharT[__len];
195 size_t __res = _M_transform(__c, __p, __len);
198 if (__res >= __len)
200 __len = __res + 1;
202 __c = new _CharT[__len];
203 __res = _M_transform(__c, __p, __len);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 183 size_t __len = (__hi - __lo) * 2;
185 _CharT* __c = new _CharT[__len];
195 size_t __res = _M_transform(__c, __p, __len);
198 if (__res >= __len)
200 __len = __res + 1;
202 __c = new _CharT[__len];
203 __res = _M_transform(__c, __p, __len);
  /external/stlport/stlport/stl/
_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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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...]

Completed in 1647 milliseconds

<<11121314151617181920>>