Searched refs:MILLION (Results 1 – 4 of 4) sorted by relevance
15 #define MILLION 1000000 macro29 tp->tv_usec += MILLION; in isc__gettimeofday()33 } else if (tp->tv_usec > MILLION) { in isc__gettimeofday()35 tp->tv_usec -= MILLION; in isc__gettimeofday()37 } while (tp->tv_usec > MILLION); in isc__gettimeofday()
59 #define MILLION 1000000 macro244 if (ad->ad_timestamp.tv_usec >= MILLION) { in authdes_marshal()245 ad->ad_timestamp.tv_usec -= MILLION; in authdes_marshal()444 timep->tv_usec += MILLION; in synchronize()
45 #define MILLION 1000000 macro
41 #define MILLION 1000000 macro