HomeSort by: relevance | last modified time | path
    Searched refs:years_of_observations (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/time/
private.h 1078 enum { years_of_observations = YEARSPERREPEAT + 2 }; enumerator in enum:__anon59449e2b0403
localtime.c 1378 if (increment_overflow(&yearlim, years_of_observations))
1415 years_of_observations))
1427 } else if (years_of_observations <= year - yearbeg)
zic.c 3242 if (min_year >= ZIC_MIN + years_of_observations)
3243 min_year -= years_of_observations;
3245 if (max_year <= ZIC_MAX - years_of_observations)
3246 max_year += years_of_observations;

Completed in 121 milliseconds