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

/external/chromium_org/third_party/bintrees/bintrees/
H A Davltree.py81 slh = height(save[other_side])
83 save.balance = max(slh, root.balance) + 1
H A Dctrees.c468 int rlh, rrh, slh; local
477 slh = height(save->link[!dir]);
480 BALANCE(save) = avl_max(slh, BALANCE(root)) + 1;

Completed in 95 milliseconds