Searched refs:US_PER_S (Results 1 – 2 of 2) sorted by relevance
37 #define US_PER_S 1000000 macro48 tv->tv_usec += US_PER_S; in fix_tv_usec()50 } else if (tv->tv_usec >= US_PER_S) { in fix_tv_usec()54 tv->tv_usec -= US_PER_S; in fix_tv_usec()55 } while (tv->tv_usec >=US_PER_S); in fix_tv_usec()82 INSIST(tv.tv_usec >= 0 && tv.tv_usec < US_PER_S); in isc_stdtime_get()
40 #define US_PER_S 1000000 /*%< Microseconds per second. */ macro69 tv->tv_usec += US_PER_S; in fix_tv_usec()71 } else if (tv->tv_usec >= US_PER_S) { in fix_tv_usec()75 tv->tv_usec -= US_PER_S; in fix_tv_usec()76 } while (tv->tv_usec >=US_PER_S); in fix_tv_usec()170 if (tv.tv_sec < 0 || tv.tv_usec < 0 || tv.tv_usec >= US_PER_S) in isc_time_now()214 if (tv.tv_sec < 0 || tv.tv_usec < 0 || tv.tv_usec >= US_PER_S) in isc_time_nowplusinterval()