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

/freebsd-11-stable/contrib/tzcode/zic/
H A Dprivate.h256 #ifndef AVGSECSPERYEAR
257 #define AVGSECSPERYEAR 31556952L macro
258 #endif /* !defined AVGSECSPERYEAR */
261 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dprivate.h311 #ifndef AVGSECSPERYEAR
312 #define AVGSECSPERYEAR 31556952L macro
313 #endif /* !defined AVGSECSPERYEAR */
316 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
H A Dlocaltime.c1365 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1372 seconds *= AVGSECSPERYEAR;

Completed in 67 milliseconds