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

/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c754 int k, hmax, max; local
851 hmax = (bgscale-1)/2; /* half the max weight of a color */
852 max = 2*hmax; /* the max weight of a color */
863 if (yidx > hmax)
868 if (xidx > hmax)
H A Drpng2-x.c857 int k, hmax, max; local
956 hmax = (bgscale-1)/2; /* half the max weight of a color */
957 max = 2*hmax; /* the max weight of a color */
968 if (yidx > hmax)
973 if (xidx > hmax)

Completed in 244 milliseconds