Searched refs:USECS_PER_SEC (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-old-stats/
H A Dstats-parser.c8 #define USECS_PER_SEC 1000000 macro
19 dest->tv_sec = diff_usecs / USECS_PER_SEC;
20 dest->tv_usec = diff_usecs % USECS_PER_SEC;
100 if (dest->tv_usec > USECS_PER_SEC) {
101 dest->tv_usec -= USECS_PER_SEC;

Completed in 10 milliseconds