Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/zic/
H A Dprivate.h71 #ifndef TYPE_BIT
72 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
H A Dzic.c675 #define TIME_T_BITS_IN_FILE ((TYPE_BIT(zic_t) < MAX_BITS_IN_FILE) ? \
676 TYPE_BIT(zic_t): MAX_BITS_IN_FILE)