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

/bionic/libc/tzcode/
H A Dprivate.h388 #ifndef YEARSPERREPEAT
389 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */ macro
390 #endif /* !defined YEARSPERREPEAT */
401 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c1028 yearlim = EPOCH_YEAR + YEARSPERREPEAT;
1049 yearlim = year + YEARSPERREPEAT + 1;
1311 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT;

Completed in 7 milliseconds