Searched refs:YEARSPERREPEAT (Results 1 – 2 of 2) sorted by relevance
565 #ifndef YEARSPERREPEAT566 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */ macro578 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
1107 yearlim = EPOCH_YEAR + YEARSPERREPEAT; in tzparse()1128 yearlim = year + YEARSPERREPEAT + 1; in tzparse()1424 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; in localsub()