Searched defs:TYPE_SIGNED (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dinttostr.h40 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dcmpbuf.c53 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dxstrtol.c64 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrtol.c138 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrftime.c150 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dintprops.h39 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrtol.c135 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dmktime.c79 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/macosx-10.10/text_cmds-88/sort/
H A Dintprops.h39 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dtypemax.h35 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/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
/macosx-10.10/system_cmds-643.1.1/zic.tproj/
H A Dprivate.h133 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dprivate.h201 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/macosx-10.10/Libc-1044.1.2/stdtime/FreeBSD/
H A Dprivate.h220 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dgeneral.h93 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/macosx-10.10/emacs-93/emacs/src/
H A Dmktime.c73 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
H A Dstrftime.c158 #define TYPE_SIGNED(t) ((t) -1 < 0) macro
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsystem.h50 # define TYPE_SIGNED(t) (! ((t) 0 < (t) -1)) macro
/macosx-10.10/gpatch-3/patch/
H A Dcommon.h82 #define TYPE_SIGNED(t) ((t) -1 < (t) 0) macro
/macosx-10.10/swig-12/Source/CParse/
H A Dparser.h67 TYPE_SIGNED = 283, enumerator in enum:yytokentype
194 #define TYPE_SIGNED 283 macro
H A Dparser.c94 TYPE_SIGNED = 283, enumerator in enum:yytokentype
221 #define TYPE_SIGNED 283 macro

Completed in 588 milliseconds