Searched refs:lheight (Results 1 – 1 of 1) sorted by relevance
133 int lheight = HEIGHT_OF(lchild); 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 3 milliseconds