Home | History | Annotate | Download | only in bits

Lines Matching refs:__len

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;
398 _DistanceType __parent = (__len - 2) / 2;
402 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value));
437 const _DistanceType __len = __last - __first;
438 _DistanceType __parent = (__len - 2) / 2;
442 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value),