Searched refs:TVTOMILLI (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A Dsun.h387 * TVTOMILLI(tv)
390 #define TVTOMILLI(tv) (((tv).tv_usec/1000)+((tv).tv_sec*1000)) macro
H A DsunKbd.c109 lastChngKbdDelta = TVTOMILLI(lastChngKbdDeltaTv);
/xsrc/external/mit/xorg-server/dist/hw/sun/
H A Dsun.h348 * TVTOMILLI(tv)
351 #define TVTOMILLI(tv) (((tv).tv_usec/1000)+((tv).tv_sec*1000)) macro
H A DsunKbd.c151 lastChngKbdDelta = TVTOMILLI(lastChngKbdDeltaTv);

Completed in 7 milliseconds