Searched refs:rdepth (Results 1 – 2 of 2) sorted by relevance
790 unsigned rdepth = (right != 0) ? right->depth : 0; in setup_depth() local792 depth = 1 + ((ldepth > rdepth) ? ldepth : rdepth); in setup_depth()
1043 unsigned rdepth = (right != 0) ? right->depth : 0; in rebalance() local1046 if (ldepth > rdepth + 1) { in rebalance()1064 } else if (rdepth > ldepth + 1) { in rebalance()