Home
last modified time | relevance | path

Searched refs:TYPE_SIGNED (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/tzcode/zic/
HDprivate.h177 #ifndef TYPE_SIGNED
178 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
198 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
199 1 + TYPE_SIGNED(type))
HDzic.c1160 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) {
/NextBSD/contrib/tzcode/stdtime/
HDprivate.h220 #ifndef TYPE_SIGNED
221 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
250 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
251 1 + TYPE_SIGNED(type))
HDdifftime.c36 if (!TYPE_SIGNED(time_t)) { in difftime()
HDlocaltime.c364 TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
557 if (TYPE_SIGNED(time_t)) {
1925 if (!TYPE_SIGNED(time_t)) { in time2sub()
/NextBSD/lib/libc/rpc/
HDnetname.c65 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
74 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/NextBSD/contrib/diff/lib/
HDcmpbuf.c52 #ifndef TYPE_SIGNED
53 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
56 # define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
HDstrftime.c106 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
114 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 + 1 + TYPE_SIGNED (t))
/NextBSD/contrib/diff/src/
HDsystem.h49 #ifndef TYPE_SIGNED
50 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
53 # define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
254 verify (lin_is_signed, TYPE_SIGNED (lin));
HDio.c37 verify (hash_value_is_unsigned, ! TYPE_SIGNED (hash_value));
/NextBSD/contrib/libreadline/
HDshell.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))
/NextBSD/contrib/ntp/sntp/libopts/
HDintprops.h52 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
66 ((t) (! TYPE_SIGNED (t) \
72 ((t) (! TYPE_SIGNED (t) \
103 # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t))
/NextBSD/gnu/usr.bin/grep/
HDxstrtol.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)) in __xstrtol()
HDsystem.h130 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
131 #define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
HDChangeLog1161 * src/system.h (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, CHAR_MAX):
/NextBSD/lib/libc/stdtime/
HDstrftime.c321 if (TYPE_SIGNED(time_t)) in _fmt()
/NextBSD/contrib/diff/
HDChangeLog726 (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Likewise.
1278 (verify, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, O_RDWR,