Home
last modified time | relevance | path

Searched refs:rheight (Results 1 – 1 of 1) sorted by relevance

/components/utilities/libadt/avl/
A Davl.c134 int rheight = HEIGHT_OF(rchild); in util_avl_rebalance() local
135 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