Home
last modified time | relevance | path

Searched refs:SECSPERREPEAT_BITS (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tzcode/
Dprivate.h581 #ifndef SECSPERREPEAT_BITS
582 #define SECSPERREPEAT_BITS 34 /* ceil(log2(SECSPERREPEAT)) */ macro
Dlocaltime.c340 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()