Home | History | Annotate | Download | only in bits

Lines Matching defs:__len

228 		  _Distance __len, _Tp __value)
232 while (__secondChild < (__len - 1) / 2)
240 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
305 _Distance __len, _Tp __value, _Compare __comp)
309 while (__secondChild < (__len - 1) / 2)
318 if ((__len & 1) == 0 && __secondChild == (__len - 2) / 2)
402 const _DistanceType __len = __last - __first;
403 _DistanceType __parent = (__len - 2) / 2;
407 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value));
442 const _DistanceType __len = __last - __first;
443 _DistanceType __parent = (__len - 2) / 2;
447 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value),