Searched refs:rrh (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/bintrees/bintrees/
H A Davltree.py80 rrh = height(root.right)
82 root.balance = max(rlh, rrh) + 1
H A Dctrees.c468 int rlh, rrh, slh; local
476 rrh = height(root->link[1]);
479 BALANCE(root) = avl_max(rlh, rrh) + 1;

Completed in 95 milliseconds