Searched refs:daysPer400Years (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c877 unsigned long daysPer400Years = 146097UL; local
881 z = 4UL * x / daysPer400Years;
882 x = x - (daysPer400Years * z + 3UL) / 4UL;

Completed in 80 milliseconds