Searched refs:TYPE_SIGNED (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/libreadline/
H A Dshell.c78 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
86 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 \
87 + 1 + TYPE_SIGNED (t))
/freebsd-10.0-release/contrib/tzcode/zic/
H A Dprivate.h177 #ifndef TYPE_SIGNED
178 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
179 #endif /* !defined TYPE_SIGNED */
198 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
199 1 + TYPE_SIGNED(type))
H A Dzic.c1160 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
/freebsd-10.0-release/contrib/diff/lib/
H A Dcmpbuf.c52 #ifndef TYPE_SIGNED
53 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
56 # define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
H A Dstrftime.c106 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
114 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 + 1 + TYPE_SIGNED (t))
/freebsd-10.0-release/lib/libc/rpc/
H A Dnetname.c67 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
76 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/freebsd-10.0-release/contrib/tzcode/stdtime/
H A Ddifftime.c17 #include "private.h" /* for time_t, TYPE_INTEGRAL, and TYPE_SIGNED */
38 if (!TYPE_SIGNED(time_t)) {
H A Dprivate.h219 #ifndef TYPE_SIGNED
220 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
221 #endif /* !defined TYPE_SIGNED */
249 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
250 1 + TYPE_SIGNED(type))
H A Dlocaltime.c366 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
559 if (TYPE_SIGNED(time_t)) {
1949 if (!TYPE_SIGNED(time_t)) {
/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dxstrtol.c64 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
67 #define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
127 if (! TYPE_SIGNED (__strtol_t))
H A Dsystem.h130 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
131 #define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
/freebsd-10.0-release/contrib/diff/src/
H A Dsystem.h49 #ifndef TYPE_SIGNED
50 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
53 # define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
255 verify (lin_is_signed, TYPE_SIGNED (lin));
H A Dio.c38 verify (hash_value_is_unsigned, ! TYPE_SIGNED (hash_value));
/freebsd-10.0-release/lib/libc/stdtime/
H A Dstrftime.c321 if (TYPE_SIGNED(time_t))

Completed in 136 milliseconds