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