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

12

/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dinttostr.h40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
46 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 + 1 + TYPE_SIGNED (t))
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 Dxstrtol.c64 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
67 #define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
131 if (! TYPE_SIGNED (__strtol_t))
H A Dstrtol.c137 # ifndef TYPE_SIGNED
138 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
141 # define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
H A Dstrftime.c150 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
158 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 + 1 + TYPE_SIGNED (t))
/macosx-10.10/text_cmds-88/sort/
H A Dintprops.h39 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
46 ((t) (! TYPE_SIGNED (t) \
52 ((t) (! TYPE_SIGNED (t) \
H A Dxstrtol.c73 if (TYPE_SIGNED (__strtol_t) && *x < STRTOL_T_MINIMUM / scale_factor)
111 if (! TYPE_SIGNED (__strtol_t))
H A Dsystem.h795 verify_expr (! TYPE_SIGNED (Type)), /* The type is unsigned. */ \
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dintprops.h39 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
46 ((t) (! TYPE_SIGNED (t) \
52 ((t) (! TYPE_SIGNED (t) \
63 # define signed_type_or_expr__(t) TYPE_SIGNED (__typeof__ (t))
H A Dxstrtol.c50 if (TYPE_SIGNED (__strtol_t) && *x < STRTOL_T_MINIMUM / scale_factor)
88 if (! TYPE_SIGNED (__strtol_t))
H A Dstrtol.c135 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
142 ((t) (! TYPE_SIGNED (t) \
148 ((t) (! TYPE_SIGNED (t) \
H A Dmktime.c79 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
86 ((t) (! TYPE_SIGNED (t) \
92 ((t) (! TYPE_SIGNED (t) \
209 if ((t1 < *t) == (TYPE_SIGNED (time_t) ? d < 0 : TIME_T_MAX / 2 < d))
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dtypemax.h34 #ifndef TYPE_SIGNED
35 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
39 # define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
/macosx-10.10/bash-94.1.2/bash-3.2/lib/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))
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dprivate.h132 #ifndef TYPE_SIGNED
133 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
134 #endif /* !defined TYPE_SIGNED */
144 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + 1 + TYPE_SIGNED(type))
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dprivate.h200 #ifndef TYPE_SIGNED
201 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
202 #endif /* !defined TYPE_SIGNED */
221 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
222 1 + TYPE_SIGNED(type))
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
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 Dstrftime.c331 if (TYPE_SIGNED(time_t))
/macosx-10.10/gnudiff-19/diffutils/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) \
330 verify (lin_is_signed, TYPE_SIGNED (lin));
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.h67 TYPE_SIGNED = 283, enumerator in enum:yytokentype
194 #define TYPE_SIGNED 283 macro
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dgeneral.h93 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
101 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 \
102 + 1 + TYPE_SIGNED (t))
/macosx-10.10/gpatch-3/patch/
H A Dcommon.h82 #define TYPE_SIGNED(t) ((t) -1 < (t) 0) macro
83 #define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
/macosx-10.10/emacs-93/emacs/src/
H A Dmktime.c73 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
76 #define TYPE_MINIMUM(t) ((t) (TYPE_SIGNED (t) \
H A Dstrftime.c158 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
166 ((sizeof (t) * CHAR_BIT - TYPE_SIGNED (t)) * 302 / 1000 + 1 + TYPE_SIGNED (t))

Completed in 326 milliseconds

12