Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdtime/
H A Dprivate.h89 #ifndef TYPE_SIGNED
90 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
95 (TYPE_SIGNED(time_t)
99 (TYPE_SIGNED(time_t)
120 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
121 1 + TYPE_SIGNED(type))
H A Ddifftime.c22 if (!TYPE_SIGNED(time_t)) { in difftime()
H A Dlocaltime.c312 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
436 sp->types[i] = ((TYPE_SIGNED(time_t) in tzload()
527 if (TYPE_SIGNED(time_t) && stored >= (int) sizeof(time_t)) in tzload()
1541 if (! ((! TYPE_SIGNED(time_t) || INT_MIN <= tdelta) in timesub()
1700 ? (TYPE_SIGNED(time_t) ? time_t_min - j <= *tp : -1 - j < *tp) in increment_overflow_time()
H A Dstrftime.c304 if (TYPE_SIGNED(time_t)) in _fmt()
/dragonfly/contrib/gdb-7/readline/
H A Dshell.c77 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
85 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 \
86 + 1 + TYPE_SIGNED (t))
/dragonfly/contrib/diffutils/lib/
H A Dxstrtol.c45 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
50 if (TYPE_SIGNED (__strtol_t) && *x < STRTOL_T_MINIMUM / scale_factor) in bkm_scale()
90 if (! TYPE_SIGNED (__strtol_t)) in __xstrtol()
H A Dintprops.h41 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
58 ((t) (! TYPE_SIGNED (t) \
100 # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t))
H A Dmktime.c150 = ((TYPE_SIGNED (time_t) && TYPE_MINIMUM (time_t) < TYPE_MINIMUM (long_int))
H A Dregcomp.c2660 if (TYPE_SIGNED (Idx) || end != -1) in parse_dup_op()
/dragonfly/contrib/grep/lib/
H A Dxstrtol.c45 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
50 if (TYPE_SIGNED (__strtol_t) && *x < STRTOL_T_MINIMUM / scale_factor) in bkm_scale()
90 if (! TYPE_SIGNED (__strtol_t)) in __xstrtol()
H A Dintprops.h41 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
58 ((t) (! TYPE_SIGNED (t) \
100 # define _GL_SIGNED_TYPE_OR_EXPR(t) TYPE_SIGNED (__typeof__ (t))
449 (TYPE_SIGNED (__typeof__ (*(r))) \
H A Dregcomp.c2642 if (TYPE_SIGNED (Idx) || end != -1) in parse_dup_op()
/dragonfly/contrib/diffutils/src/
H A Dsystem.h152 verify (TYPE_SIGNED (lin));
153 verify (TYPE_SIGNED (printint));
H A Dio.c35 verify (! TYPE_SIGNED (hash_value));
/dragonfly/gnu/usr.bin/diff/diff/
H A Dsystem.h152 verify (TYPE_SIGNED (lin));
153 verify (TYPE_SIGNED (printint));
/dragonfly/contrib/cvs-1.12/lib/
H A Dmktime.c80 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
87 ((t) (! TYPE_SIGNED (t) \
93 ((t) (! TYPE_SIGNED (t) \
211 if ((t1 < *t) == (TYPE_SIGNED (time_t) ? d < 0 : TIME_T_MAX / 2 < d)) in guess_time_tm()
/dragonfly/usr.sbin/zic/
H A Dzic.c1080 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) { in inleap()