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

/xsrc/external/mit/xorg-server/dist/hw/xfree86/dri/
H A Ddri.c2001 unsigned long f_secs, unsigned long f_usecs)
2004 --f_secs;
2007 return (f_secs - s_secs) * 1000 + (f_usecs - s_usecs) / 1000;
2021 long f_secs, f_usecs; local in function:DRISpinLockTimeout
2031 DRIGetSecs(&f_secs, &f_usecs);
2032 msecs = DRIComputeMilliSeconds(s_secs, s_usecs, f_secs, f_usecs);
2000 DRIComputeMilliSeconds(unsigned long s_secs,unsigned long s_usecs,unsigned long f_secs,unsigned long f_usecs) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/dri/
H A Ddri.c1980 unsigned long f_secs, unsigned long f_usecs)
1983 --f_secs;
1986 return (f_secs - s_secs) * 1000 + (f_usecs - s_usecs) / 1000;
1999 long f_secs, f_usecs; local in function:DRISpinLockTimeout
2008 DRIGetSecs(&f_secs, &f_usecs);
2009 msecs = DRIComputeMilliSeconds(s_secs, s_usecs, f_secs, f_usecs);
1979 DRIComputeMilliSeconds(unsigned long s_secs,unsigned long s_usecs,unsigned long f_secs,unsigned long f_usecs) argument

Completed in 7 milliseconds