Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h491 #ifndef TYPE_BIT
492 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
511 static time_t const time_t_min = MINVAL(time_t, TYPE_BIT(time_t));
512 static time_t const time_t_max = MAXVAL(time_t, TYPE_BIT(time_t));
522 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
Dlocaltime.c340 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()