Home
last modified time | relevance | path

Searched refs:tTrunc (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dfset2.c1790 Tree *tTrunc(Tree *t,int depth) in tTrunc() function
1792 Tree *tTrunc(t,depth) in tTrunc()
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);