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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis310_accel.h227 CARD32 ttt = ((SiSGetSwWP()) - 4) & pSiS->cmdQueueSizeMask; \
228 pointer tt = (char *)pSiS->cmdQueueBase + ttt; \
246 CARD32 mcurrent, i=0, ttt = SiSGetSwWP(); \
247 if((ttt + amount) >= pSiS->cmdQueueSize) { \
251 } while((mcurrent > ttt) || (mcurrent < ((ttt + amount) & pSiS->cmdQueueSizeMask))); \
256 } while((mcurrent > ttt) && (mcurrent < (ttt + amount))); \
263 ttt += 16; \
264 ttt
[all...]
H A Dsis_driver.c3908 int ttt = 0; local in function:SISPreInit
3912 if((ttt = strlen(device->identifier)) > 31) ttt = 31;
3915 pSiS->devsectname[ttt] = 0;

Completed in 15 milliseconds