Home | History | Annotate | Download | only in bits

Lines Matching refs:__len

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;
392 _DistanceType __parent = (__len - 2) / 2;
396 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value));
431 const _DistanceType __len = __last - __first;
432 _DistanceType __parent = (__len - 2) / 2;
436 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value),