Searched refs:TYPE_BIT (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/tools/tzcode/
H A Dprivate.h196 #ifndef TYPE_BIT
197 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
198 #endif /* !defined TYPE_BIT */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H A Dlocaltime.c330 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
1774 for (i = 0; i < (int) TYPE_BIT(time_t) - 1; ++i)
H A Dzic.c608 if (TYPE_BIT(zic_t) < 64) {

Completed in 116 milliseconds