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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1850 uint64_t sf64, sw64; local
1852 sw64 = ((uint64_t)weeks << 2) | 2u;
1853 Q = (uint32_t)(sf64 ^ ((sf64 ^ sw64) / GREGORIAN_CYCLE_WEEKS));
1854 sw = (uint32_t)(sw64 - Q * GREGORIAN_CYCLE_WEEKS);

Completed in 64 milliseconds