Lines Matching defs:__right

191 	    unsigned int __right = __init_winner(2 * __root + 1);
192 if (_M_losers[__right]._M_sup
194 && !_M_comp(_M_losers[__right]._M_key,
198 _M_losers[__root] = _M_losers[__right];
205 return __right;
291 unsigned int __right = __init_winner(2 * __root + 1);
292 if (_M_losers[__right]._M_sup
294 && !_M_comp(_M_losers[__right]._M_key,
298 _M_losers[__root] = _M_losers[__right];
305 return __right;
430 unsigned int __right = __init_winner(2 * __root + 1);
431 if (_M_losers[__right]._M_sup
433 && !_M_comp(*_M_losers[__right]._M_keyp,
437 _M_losers[__root] = _M_losers[__right];
444 return __right;
512 unsigned int __right = __init_winner(2 * __root + 1);
513 if (_M_losers[__right]._M_sup
515 && !_M_comp(*_M_losers[__right]._M_keyp,
519 _M_losers[__root] = _M_losers[__right];
526 return __right;
668 unsigned int __right = __init_winner(2 * __root + 1);
669 if (!_M_comp(_M_losers[__right]._M_key,
673 _M_losers[__root] = _M_losers[__right];
680 return __right;
756 unsigned int __right = __init_winner(2 * __root + 1);
759 // If __left one is sentinel then __right one must be, too.
761 _GLIBCXX_PARALLEL_ASSERT(_M_losers[__right]._M_source == -1);
764 if (!_M_comp(_M_losers[__right]._M_key,
768 _M_losers[__root] = _M_losers[__right];
775 return __right;
913 unsigned int __right = __init_winner(2 * __root + 1);
914 if (!_M_comp(*_M_losers[__right]._M_keyp,
918 _M_losers[__root] = _M_losers[__right];
925 return __right;
999 unsigned int __right = __init_winner(2 * __root + 1);
1002 // If __left one is sentinel then __right one must be, too.
1004 _GLIBCXX_PARALLEL_ASSERT(_M_losers[__right]._M_source == -1);
1007 if (!_M_comp(*_M_losers[__right]._M_keyp,
1011 _M_losers[__root] = _M_losers[__right];
1018 return __right;