Searched refs:FFCLOCK_LEAPSEC (Results 1 – 3 of 3) sorted by relevance
98 if ((flags & FFCLOCK_LEAPSEC) == FFCLOCK_LEAPSEC) { in ffclock_abstime()252 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_bintime()260 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_nanotime()269 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_microtime()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()
1136 if (flags & FFCLOCK_LEAPSEC) in sysclock_snap2bintime()
99 #define FFCLOCK_LEAPSEC 0x00000004 macro