Searched refs:TYPE_BIT (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/tzcode/zic/
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 + \
H A Dzic.c490 if (TYPE_BIT(zic_t) < 64) {
/freebsd-10.0-release/contrib/tzcode/stdtime/
H A Dprivate.h215 #ifndef TYPE_BIT
216 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
217 #endif /* !defined TYPE_BIT */
249 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
H A Dlocaltime.c366 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
1959 for (i = 0; i < (int) TYPE_BIT(time_t) - 1; ++i)
/freebsd-10.0-release/lib/libc/rpc/
H A Dnetname.c65 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
76 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))

Completed in 183 milliseconds