Searched refs:FFCLOCK_LEAPSEC (Results 1 – 3 of 3) sorted by relevance
95 if ((flags & FFCLOCK_LEAPSEC) == FFCLOCK_LEAPSEC) { in ffclock_abstime()249 ffclock_abstime(NULL, bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_bintime()257 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_nanotime()266 ffclock_abstime(NULL, &bt, NULL, FFCLOCK_LERP | FFCLOCK_LEAPSEC); in ffclock_microtime()275 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getbintime()284 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getnanotime()294 FFCLOCK_LERP | FFCLOCK_LEAPSEC | FFCLOCK_FAST); in ffclock_getmicrotime()
1160 if (flags & FFCLOCK_LEAPSEC) in sysclock_snap2bintime()
97 #define FFCLOCK_LEAPSEC 0x00000004 macro