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

/external/icu4c/tools/tzcode/
H A Dprivate.h286 #ifndef SECSPERREPEAT
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR) macro
288 #endif /* !defined SECSPERREPEAT */
291 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */

Completed in 85 milliseconds