Home
last modified time | relevance | path

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

/components/utilities/libadt/avl/
A Davl.c133 int lheight = HEIGHT_OF(lchild); 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 3 milliseconds