Searched refs:ymask (Results 1 – 1 of 1) sorted by relevance
1001 u_int ymask; in ntpcal_rd_to_date() local1014 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()