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

/macosx-10.9.5/ICU-511.35/icuSources/tools/tzcode/
H A Dprivate.h282 #ifndef AVGSECSPERYEAR
283 #define AVGSECSPERYEAR 31556952L macro
284 #endif /* !defined AVGSECSPERYEAR */
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c1259 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1266 seconds *= AVGSECSPERYEAR;
/macosx-10.9.5/Libc-997.90.3/stdtime/FreeBSD/
H A Dprivate.h310 #ifndef AVGSECSPERYEAR
311 #define AVGSECSPERYEAR 31556952L macro
312 #endif /* !defined AVGSECSPERYEAR */
315 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)

Completed in 193 milliseconds