Searched refs:INT16_MIN (Results 1 - 25 of 124) sorted by relevance

12345

/netbsd-current/external/bsd/flex/dist/src/
H A Dflexint.h38 #ifndef INT16_MIN
39 #define INT16_MIN (-32767-1) macro
/netbsd-current/tests/include/
H A Dt_stdint.c47 ATF_CHECK(INT16_MIN < UINT16_MAX);
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dsat_arithmetic.c85 else if (c < INT16_MIN)
86 return INT16_MIN;
165 else if (c < INT16_MIN)
166 return INT16_MIN;
245 else if (c < INT16_MIN)
246 return INT16_MIN;
H A Darithmetic.c160 if (a <= (float) INT16_MIN)
161 return INT16_MIN;
256 if (a <= (double) INT16_MIN)
257 return INT16_MIN;
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdint.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dstdint-msvc2008.h134 #define INT16_MIN ((int16_t)_I16_MIN) macro
148 #define INT_LEAST16_MIN INT16_MIN
162 #define INT_FAST16_MIN INT16_MIN
/netbsd-current/sys/arch/i386/include/
H A Dint_limits.h47 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/sys/
H A Dcommon_int_limits.h47 #define INT16_MIN (-__INT16_MAX__-1) macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_limits.h43 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_limits.h49 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dnumbers.h46 # define INT16_MIN __MININT__(int16_t) macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h152 #define INT16_MIN -32768 macro
177 #define INT_LEAST16_MIN INT16_MIN
/netbsd-current/sys/arch/powerpc/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_limits.h46 #define INT16_MIN (-0x7fff-1) /* int16_t */ macro
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dnumbers.h47 # define INT16_MIN __MININT__(int16_t) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h255 #undef INT16_MIN macro
258 #define INT16_MIN (~ INT16_MAX) macro
297 #define INT_LEAST16_MIN INT16_MIN
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h255 #undef INT16_MIN macro
258 #define INT16_MIN (~ INT16_MAX) macro
297 #define INT_LEAST16_MIN INT16_MIN
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstdint.in.h384 # undef INT16_MIN
387 # define INT16_MIN (~ INT16_MAX)
425 # define INT_LEAST16_MIN INT16_MIN
696 # define INT16_WIDTH _GL_INTEGER_WIDTH (INT16_MIN, INT16_MAX)

Completed in 463 milliseconds

12345