Searched refs:TYPE_BIT (Results 1 – 2 of 2) sorted by relevance
491 #ifndef TYPE_BIT492 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro511 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 + \
340 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()