Home | History | Annotate | Download | only in bits

Lines Matching refs:__len

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;
390 _DistanceType __parent = (__len - 2) / 2;
394 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value));
429 const _DistanceType __len = __last - __first;
430 _DistanceType __parent = (__len - 2) / 2;
434 std::__adjust_heap(__first, __parent, __len, _GLIBCXX_MOVE(__value),