Home
last modified time | relevance | path

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

/timezone/
A Dprivate.h627 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
641 #define TIME_T_MIN_NO_PADDING MINVAL(time_t, TYPE_BIT(time_t))
642 #define TIME_T_MAX_NO_PADDING MAXVAL(time_t, TYPE_BIT(time_t))
675 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
A Dzic.c64 static ptrdiff_t const PTRDIFF_MAX = MAXVAL(ptrdiff_t, TYPE_BIT(ptrdiff_t));
696 if (TYPE_BIT(zic_t) < 64) { in main()

Completed in 13 milliseconds