Searched refs:TYPE_BIT (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c364 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
1934 for (i = 0; i < (int) TYPE_BIT(time_t) - 1; ++i)
H A Dprivate.h216 #ifndef TYPE_BIT
217 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
218 #endif /* !defined TYPE_BIT */
250 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c490 if (TYPE_BIT(zic_t) < 64) {
H A Dprivate.h173 #ifndef TYPE_BIT
174 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
175 #endif /* !defined TYPE_BIT */
198 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
/freebsd-11-stable/lib/libc/rpc/
H A Dnetname.c63 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
74 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))

Completed in 65 milliseconds