Searched refs:INTMAX_MIN (Results 76 - 100 of 103) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/riscv32/gnulib/import/
H A Dstdint.h515 # undef INTMAX_MIN macro
517 # define INTMAX_MIN INT64_MIN macro
520 # define INTMAX_MIN INT32_MIN macro
730 # define INTMAX_WIDTH _GL_INTEGER_WIDTH (INTMAX_MIN, INTMAX_MAX)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
H A Dstdint.h515 # undef INTMAX_MIN macro
517 # define INTMAX_MIN INT64_MIN macro
520 # define INTMAX_MIN INT32_MIN macro
730 # define INTMAX_WIDTH _GL_INTEGER_WIDTH (INTMAX_MIN, INTMAX_MAX)
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dstdint.h515 # undef INTMAX_MIN macro
517 # define INTMAX_MIN INT64_MIN macro
520 # define INTMAX_MIN INT32_MIN macro
730 # define INTMAX_WIDTH _GL_INTEGER_WIDTH (INTMAX_MIN, INTMAX_MAX)
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_platform.h148 #define INTMAX_MIN ((intmax_t)(~INTMAX_MAX)) macro
H A Darchive_string_sprintf.c68 ud = (d == INTMAX_MIN) ? (uintmax_t)(INTMAX_MAX) + 1 : (uintmax_t)(-d);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdint-gcc.h203 #undef INTMAX_MIN macro
204 #define INTMAX_MIN (-INTMAX_MAX - 1) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdint-gcc.h203 #undef INTMAX_MIN macro
204 #define INTMAX_MIN (-INTMAX_MAX - 1) macro
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdint.h185 #define INTMAX_MIN INT64_MIN macro
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dstdint-msvc2008.h185 #define INTMAX_MIN INT64_MIN macro
/netbsd-current/usr.sbin/flashctl/
H A Dflashctl.c245 if (errno == ERANGE && (*num == INTMAX_MIN || *num == INTMAX_MAX)) {
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h370 #undef INTMAX_MIN macro
372 #define INTMAX_MIN (~ INTMAX_MAX) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h370 #undef INTMAX_MIN macro
372 #define INTMAX_MIN (~ INTMAX_MAX) macro
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtset_sj.c166 inex = mpfr_set_sj_2exp (x, INTMAX_MIN, 1000, MPFR_RNDN);
169 PRINT_ERROR ("set_sj_2exp (INTMAX_MIN)");
205 em = i == -2 ? INTMAX_MIN : INTMAX_MAX;
H A Dtfits.c247 CHECK_LIM (35, INTMAX_MIN, mpfr_set_sj, mpfr_fits_intmax_p);
/netbsd-current/sbin/ifconfig/
H A Dparse.h136 PINTEGER_INITIALIZER1(__pi, __name, INTMAX_MIN, INTMAX_MAX, \
H A Dparse.c198 if ((val == INTMAX_MIN || val == INTMAX_MAX) && errno == ERANGE)
/netbsd-current/bin/kill/
H A Dkill.c240 if (ep == s || *ep || n == INTMAX_MIN || n == INTMAX_MAX ||
/netbsd-current/lib/libc/time/
H A Dprivate.h381 # define INTMAX_MIN LLONG_MIN macro
385 # define INTMAX_MIN LONG_MIN macro
/netbsd-current/external/mit/lua/dist/src/
H A Dluaconf.h824 #define LUA_MININTEGER INTMAX_MIN
/netbsd-current/bin/sh/
H A Darithmetic.c169 if (a == INTMAX_MIN && b == -1)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdint.h662 #define INTMAX_MIN (-__INTMAX_MAX__-1) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dopt.c388 || ((m == INTMAX_MAX || m == INTMAX_MIN) && errno == ERANGE)
/netbsd-current/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c1093 - (uintmax_t) INTMAX_MIN) / 4
1094 : ((uintmax_t) exponent - (uintmax_t) INTMAX_MIN)));
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c1093 - (uintmax_t) INTMAX_MIN) / 4
1094 : ((uintmax_t) exponent - (uintmax_t) INTMAX_MIN)));
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dopt.c578 || ((m == INTMAX_MAX || m == INTMAX_MIN)

Completed in 464 milliseconds

12345