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

/system/core/libcutils/
H A Dprivate.h352 #ifndef AVGSECSPERYEAR
353 #define AVGSECSPERYEAR 31556952L macro
354 #endif /* !defined AVGSECSPERYEAR */
357 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dtztime.c1207 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1214 seconds *= AVGSECSPERYEAR;

Completed in 53 milliseconds