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

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_neoclock4x.c881 unsigned long daysPer400Years = 146097UL; local
885 z = 4UL * x / daysPer400Years;
886 x = x - (daysPer400Years * z + 3UL) / 4UL;

Completed in 195 milliseconds