Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h320 #ifndef TYPE_BIT
321 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
346 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
Dlocaltime.c318 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
1760 for (i = 0; i < (int) TYPE_BIT(time_t) - 1; ++i) in time2sub()
Dzic.c627 if (TYPE_BIT(zic_t) < 64) { in main()