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

/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c1647 static const uint16_t bctab[4] = { 157, 449, 597, 889 }; local
1676 cw = (yu * 53431u + bctab[ci]) / 1024u;
1696 static const uint16_t bctab[4] = { 85, 130, 17, 62 }; local
1721 sw = (sw / 4u) * 157u + bctab[ci];

Completed in 98 milliseconds