Searched defs:SECSPERREPEAT (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dprivate.h352 #ifndef SECSPERREPEAT
353 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR) macro
354 #endif /* !defined SECSPERREPEAT */
357 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */

Completed in 2617 milliseconds