Searched refs:FFCLOCK_FAST (Results 1 – 2 of 2) sorted by relevance
80 if ((flags & FFCLOCK_FAST) == FFCLOCK_FAST) in ffclock_abstime()278 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getbintime()287 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getnanotime()297 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getmicrotime()331 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getbinuptime()340 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getnanouptime()350 FFCLOCK_LERP | FFCLOCK_UPTIME | FFCLOCK_FAST); in ffclock_getmicrouptime()
97 #define FFCLOCK_FAST 0x00000001 macro