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

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dfset2.c1521 int contextGuardOK(Node *p,int h,int *hmax) argument
1523 int contextGuardOK(p,h,hmax)
1526 int *hmax;
1535 if (h > *hmax) *hmax=h;
1541 return contextGuardOK( ( (TokNode *) p)->next,h,hmax);
1555 contextGuardOK(j->p1,h,hmax);
1559 return contextGuardOK(j->p2,h,hmax) | contextGuardOK(j->p1,h,hmax);
1564 contextGuardOK( ( (ActionNode *) p)->next,h,hmax);
1592 int hmax=0; local
[all...]

Completed in 28 milliseconds