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

/bionic/libc/tzcode/
H A Dprivate.h395 #ifndef AVGSECSPERYEAR
396 #define AVGSECSPERYEAR 31556952L macro
397 #endif /* !defined AVGSECSPERYEAR */
400 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c1300 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1307 seconds *= AVGSECSPERYEAR;

Completed in 16 milliseconds