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

/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c1782 static const uint16_t bctab[4] = { 157, 449, 597, 889 }; local
1811 cw = (yu * 53431u + bctab[ci]) / 1024u;
1831 static const uint16_t bctab[4] = { 85, 130, 17, 62 }; local
1879 sw = (sw / 4u) * 157u + bctab[ci];

Completed in 59 milliseconds