Searched defs:MR_max_height_of_tree (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c2226 int MR_max_height_of_tree(Tree *t) function
2228 int MR_max_height_of_tree(t)
2238 require (t->token != ALT && t->token != EpToken,"MR_max_height_of_tree ALT or EpToken");
2241 h=MR_max_height_of_tree(u->down)+1;
2568 int h=MR_max_height_of_tree(t);

Completed in 48 milliseconds