Searched refs:hmax (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset2.c | 1521 int contextGuardOK(Node *p,int h,int *hmax) in contextGuardOK() argument 1523 int contextGuardOK(p,h,hmax) in contextGuardOK() 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 1599 ok=contextGuardOK( (Node *)junc,0,&hmax); /* MR10 */ [all …]
|