Searched refs:rheight (Results 1 – 1 of 1) sorted by relevance
134 int rheight = HEIGHT_OF(rchild); in util_avl_rebalance() local135 if (rheight + 1 < lheight) in util_avl_rebalance()150 else if (lheight + 1 < rheight) in util_avl_rebalance()167 int height = (lheight < rheight ? rheight : lheight) + 1; in util_avl_rebalance()
Completed in 12 milliseconds