Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Dnetname.c59 #define TYPE_BIT(type) (sizeof (type) * CHAR_BIT) macro
70 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/freebsd/contrib/tzcode/
H A Dprivate.h408 # define PTRDIFF_MAX MAXVAL(ptrdiff_t, TYPE_BIT(ptrdiff_t))
841 #define TYPE_BIT(type) (CHAR_BIT * (ptrdiff_t) sizeof(type))
860 #define TIME_T_MIN_NO_PADDING MINVAL(time_t, TYPE_BIT(time_t))
861 #define TIME_T_MAX_NO_PADDING MAXVAL(time_t, TYPE_BIT(time_t))
898 || TIME_T_MAX >> (TYPE_BIT(time_t) - 2) == 1);
907 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
818 #define TYPE_BIT( global() macro
H A Dzic.c998 if (TYPE_BIT(zic_t) < 64) { in main()