Searched refs:SECSPERREPEAT (Results 1 - 2 of 2) 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)) */
H A Dlocaltime.c401 return (t1 - t0) == SECSPERREPEAT;

Completed in 17 milliseconds