Searched refs:MAX_INT (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dalu-n-tst.h9 #define MAX_INT XCONCAT2(MAX_INT,N) macro
143 { MAX_INT, { { "ADDC", 1 }, }, MIN_INT, 0, 1, },
144 { MIN_INT, { { "ADDC", -1 }, }, MAX_INT, 1, 1, },
145 { MAX_INT, { { "ADDC", MIN_INT }, }, -1, 0, 0, },
146 { MIN_INT, { { "ADDC", MAX_INT }, }, -1, 0, 0, },
147 { MAX_INT, { { "ADDC", MAX_INT }, }, MAX_INT << 1, 0, 1, },
156 { 0, { { "ADDC_C1", MAX_INT }, }, MIN_IN
256 #undef MAX_INT macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dalu-n-tst.h9 #define MAX_INT XCONCAT2(MAX_INT,N) macro
143 { MAX_INT, { { "ADDC", 1 }, }, MIN_INT, 0, 1, },
144 { MIN_INT, { { "ADDC", -1 }, }, MAX_INT, 1, 1, },
145 { MAX_INT, { { "ADDC", MIN_INT }, }, -1, 0, 0, },
146 { MIN_INT, { { "ADDC", MAX_INT }, }, -1, 0, 0, },
147 { MAX_INT, { { "ADDC", MAX_INT }, }, MAX_INT << 1, 0, 1, },
156 { 0, { { "ADDC_C1", MAX_INT }, }, MIN_IN
256 #undef MAX_INT macro
[all...]
/netbsd-current/external/bsd/pcc/dist/pcc/driver/
H A Dtarget.c105 #define PCC_WCHAR_MAX MAX_INT
118 #define PCC_WINT_MAX MAX_INT
146 #define PCC_PTRDIFF_MAX MAX_INT
300 "-D__INT_MAX__=" MKS(MAX_INT),
/netbsd-current/external/bsd/pcc/dist/pcc/arch/vax/
H A Dmacdefs.h75 #define MAX_INT 0x7fffffff macro
78 #define MAX_LONG MAX_INT
/netbsd-current/external/mit/lua/dist/src/
H A Dlstring.c32 #define MAXSTRTB cast_int(luaM_limitN(MAX_INT, TString*))
179 if (l_unlikely(tb->nuse == MAX_INT)) { /* too many strings? */
181 if (tb->nuse == MAX_INT) /* still too many? */
H A Dlopcodes.h76 #define MAXARG_Bx MAX_INT
85 #define MAXARG_Ax MAX_INT
91 #define MAXARG_sJ MAX_INT
H A Dllimits.h57 #define MAX_INT INT_MAX /* maximum value of an int */ macro
H A Dllex.c170 if (++ls->linenumber >= MAX_INT)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dmacdefs.h83 #define MAX_INT 32767 macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/nova/
H A Dmacdefs.h77 #define MAX_INT MAX_SHORT macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/arm/
H A Dmacdefs.h79 #define MAX_INT 0x7fffffff macro
82 #define MAX_LONG MAX_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h70 #define MAX_INT 0x7fffffff macro
73 #define MAX_LONG MAX_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/mips/
H A Dmacdefs.h93 #define MAX_INT 0x7fffffff macro
96 #define MAX_LONG MAX_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/powerpc/
H A Dmacdefs.h91 #define MAX_INT 0x7fffffff macro
94 #define MAX_LONG MAX_INT
/netbsd-current/usr.bin/rusers/
H A Drusers.c59 #define MAX_INT 0x7fffffff macro
186 if (minutes == MAX_INT)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dmacdefs.h82 #define MAX_INT 0x7fff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dmacdefs.h80 #define MAX_INT 0x7fffffff macro
83 #define MAX_LONG MAX_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i386/
H A Dmacdefs.h91 #define MAX_INT 0x7fffffff macro
94 #define MAX_LONG MAX_INT
/netbsd-current/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dmacdefs.h83 #define MAX_INT 0x7fffffff macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h84 #define MAX_INT 0x7fffffff macro
H A Dorder.c44 if (off > MAX_INT || off < MIN_INT)
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dmacdefs.h85 #define MAX_INT 0377777777777LL macro
/netbsd-current/external/bsd/pcc/dist/pcc/arch/i86/
H A Dmacdefs.h83 #define MAX_INT MAX_SHORT macro
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dstabs.c107 ptype("int", ADDTYPE(INT)->num, INTNUM, MIN_INT, MAX_INT);
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dstabs.c107 ptype("int", ADDTYPE(INT)->num, INTNUM, MIN_INT, MAX_INT);

Completed in 435 milliseconds

12