Searched refs:templong (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_setmode.c6699 ULONG tempebx, tempeax, templong; local in function:XGI_SetGroup4
6797 templong = (tempeax * 256 * 1024) % tempebx;
6801 if (templong != 0) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c7566 unsigned int tempebx, tempeax, templong; local in function:SiS_SetGroup4
7668 templong = tempeax % tempebx;
7670 if(templong) tempeax++;

Completed in 25 milliseconds