Searched defs:INT_MIN (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dlib.h135 #undef INT_MIN macro
142 #define INT_MIN ((long)(-INT_MAX-1)) macro
146 #define INT_MIN (-INT_MAX-1) macro
/netbsd-current/sys/arch/hpc/stand/include/machine/
H A Dlimits.h23 #define INT_MIN (-2147483647-1) /* min value for an int */ macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dlimits.h32 #undef INT_MIN macro
51 #define INT_MIN (-__INT_MAX__ -1) macro
H A Dopencl-c-base.h287 #define INT_MIN (-2147483647-1) macro
/netbsd-current/sys/sys/
H A Dcommon_limits.h45 #define INT_MIN (-__INT_MAX__-1) /* min value for an int */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dlimits.h61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dlimits.h53 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/arm/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/vax/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/hppa/include/
H A Dlimits.h86 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/i386/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dhash-map-tests.c289 typedef int_hash<int, INT_MIN, INT_MAX> IntHash; typedef
H A Dglimits.h82 #undef INT_MIN macro
83 #define INT_MIN (-INT_MAX - 1) macro
H A Dalias.c124 struct alias_set_hash : int_hash <int, INT_MIN, INT_MIN + 1> {}; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dglimits.h82 #undef INT_MIN macro
83 #define INT_MIN (-INT_MAX - 1) macro
/netbsd-current/sys/arch/mips/include/
H A Dlimits.h61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dlimits.h51 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dlimits.h49 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dlimits.h61 #define INT_MIN (-0x7fffffff-1) /* min value for an int */ macro
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Ddevice.c32 #define INT_MIN (-INT_MAX-1) macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddefs.h456 #define INT_MIN macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddefs.h461 #define INT_MIN macro
/netbsd-current/sys/arch/mips/mips/
H A Dfp.S70 #define INT_MIN 0x80000000 define

Completed in 201 milliseconds