Home
last modified time | relevance | path

Searched refs:ymask (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ntp/libntp/
H A Dntp_calendar.c1001 u_int ymask; in ntpcal_rd_to_date() local
1014 ymask = 0u - ((split.hi >> 16) == 0); in ntpcal_rd_to_date()
1015 jd->year = (uint16_t)(split.hi & ymask); in ntpcal_rd_to_date()
1023 return ymask ? leapy : -1; in ntpcal_rd_to_date()