Lines Matching defs:mymax
1009 float mymin = 30.0, mymax = 80.0, hsync;
1012 for(hsync = mymin; hsync <= mymax; hsync += .5) {
1023 if(hsync > mymax) mymax = hsync;
1032 monitor->hsync[0].hi = mymax;
1043 float mymin = 59.0, mymax = 61.0, vrefresh;
1046 for(vrefresh = mymin; vrefresh <= mymax; vrefresh += 1.0) {
1059 if(vrefresh > mymax) mymax = vrefresh;
1068 monitor->vrefresh[0].hi = mymax;
4778 unsigned long mymax;
4780 mymax = 8192 * 1024;
4782 mymax = 16384 * 1024;
4784 mymax = 20 * 1024 * 1024;
4789 if(pSiS->availMem > mymax) {
4791 pSiS->maxxfbmem = mymax;