Searched refs:YEARSPERREPEAT (Results 1 – 2 of 2) sorted by relevance
1252 && EPOCH_YEAR - YEARSPERREPEAT / 2 < yearbeg); in tzparse()1268 if (increment_overflow(&yearlim, YEARSPERREPEAT + 1)) in tzparse()1305 YEARSPERREPEAT + 1)) in tzparse()1317 } else if (YEARSPERREPEAT < year - yearbeg) in tzparse()1590 years = seconds / SECSPERREPEAT * YEARSPERREPEAT; in localsub()1592 years += YEARSPERREPEAT; in localsub()1825 y = (EPOCH_YEAR - YEARSPERREPEAT in timesub()1829 * YEARSPERREPEAT)); in timesub()
949 YEARSPERREPEAT = 400 /* years before a Gregorian repeat */ enumerator956 #define AVGSECSPERYEAR (SECSPERREPEAT / YEARSPERREPEAT)