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

/bionic/libc/tzcode/
H A Dprivate.h387 #ifndef YEARSPERREPEAT
388 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */ macro
389 #endif /* !defined YEARSPERREPEAT */
400 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c1300 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1306 seconds *= YEARSPERREPEAT;
1320 newy -= icycles * YEARSPERREPEAT;
1321 else newy += icycles * YEARSPERREPEAT;

Completed in 57 milliseconds