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

/bionic/libc/tzcode/
H A Dprivate.h396 #ifndef AVGSECSPERYEAR
397 #define AVGSECSPERYEAR 31556952L macro
398 #endif /* !defined AVGSECSPERYEAR */
401 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c1311 seconds = years * AVGSECSPERYEAR;

Completed in 58 milliseconds