Home
last modified time | relevance | path

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

/minix3/lib/libc/time/
H A Dzic.c2335 enum { years_of_observations = YEARSPERREPEAT + 2 }; in outzone() enumerator
2337 if (min_year >= ZIC_MIN + years_of_observations) in outzone()
2338 min_year -= years_of_observations; in outzone()
2340 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2341 max_year += years_of_observations; in outzone()
2351 max_year = min_year + years_of_observations; in outzone()