Searched refs:MR_all_leaves_same_height (Results 1 – 4 of 4) sorted by relevance
527 extern int MR_all_leaves_same_height(Tree *,int); /* MR11 */807 extern int MR_all_leaves_same_height(); /* MR11 */
2248 int MR_all_leaves_same_height(Tree *t,int depth) function2250 int MR_all_leaves_same_height(t,depth)2264 if ( ! MR_all_leaves_same_height(t->down,depth-1)) {2270 return MR_all_leaves_same_height(t->right,depth);
2662 … /* MR13 */ equal_height=MR_all_leaves_same_height(pred->tcontext,height);
1929 /* MR13 */ equal_height=MR_all_leaves_same_height(pred->tcontext,height);