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

/system/core/libcutils/
H A Dprivate.h356 #ifndef SECSPERREPEAT
357 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR) macro
358 #endif /* !defined SECSPERREPEAT */
361 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */

Completed in 53 milliseconds