Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaltime.c1252 && 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()
Dprivate.h949 YEARSPERREPEAT = 400 /* years before a Gregorian repeat */ enumerator
956 #define AVGSECSPERYEAR (SECSPERREPEAT / YEARSPERREPEAT)