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

/netbsd-current/external/bsd/ntp/dist/util/
H A Dtickadj.c259 int hz_int, hz_hundredths; local
504 hz_int = (int)(1000000L / (long)tick);
505 hz_hundredths = (int)((100000000L / (long)tick) - ((long)hz_int * 100L));
509 (void) printf("calculated hz = %d.%02d Hz\n", hz_int,

Completed in 160 milliseconds