Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h565 #ifndef YEARSPERREPEAT
566 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */ macro
578 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
Dlocaltime.c1107 yearlim = EPOCH_YEAR + YEARSPERREPEAT; in tzparse()
1128 yearlim = year + YEARSPERREPEAT + 1; in tzparse()
1424 years = (seconds / SECSPERREPEAT + 1) * YEARSPERREPEAT; in localsub()