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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c1790 Tree *tTrunc(Tree *t,int depth) function
1792 Tree *tTrunc(t,depth)
1803 u=tTrunc(t->down,depth);
1806 u->down=tTrunc(t->down,depth-1);
1808 if (t->right != NULL) u->right=tTrunc(t->right,depth);
1899 truncatedTree=tTrunc(t,depth);

Completed in 50 milliseconds