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

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDataTypes.h48 #undef INT64_MIN macro
74 # define INT64_MIN ((-INT64_MAX)-1) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-system.h72 # define INT64_MIN INTTYPE_MINIMUM (int64_t) macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/internal/
H A Dnumbers.h58 # define INT64_MIN __MININT__(int64_t) macro
/netbsd-current/external/apache2/llvm/config/llvm/Support/
H A DDataTypes.h121 # define INT64_MIN ((-INT64_MAX)-1) macro
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dnumbers.h59 # define INT64_MIN __MININT__(int64_t) macro
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_platform.h118 # undef INT64_MIN macro
146 #define INT64_MIN ((int64_t)(~INT64_MAX)) macro
/netbsd-current/sys/arch/i386/include/
H A Dint_limits.h49 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/alpha/include/
H A Dint_limits.h48 #define INT64_MIN (-0x7fffffffffffffffL-1) /* int64_t */ macro
/netbsd-current/sys/arch/vax/include/
H A Dint_limits.h48 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/powerpc/include/
H A Dint_limits.h49 #define INT64_MIN (-0x7fffffffffffffffL-1) /* int64_t */ macro
51 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/sh3/include/
H A Dint_limits.h48 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dint_limits.h49 #define INT64_MIN (-0x7fffffffffffffffL-1) /* int64_t */ macro
51 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/sys/
H A Dcommon_int_limits.h49 #define INT64_MIN (-__INT64_MAX__-1) macro
/netbsd-current/sys/arch/hppa/include/
H A Dint_limits.h45 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/mips/include/
H A Dint_limits.h49 #define INT64_MIN (-0x7fffffffffffffffL-1) /* int64_t */ macro
51 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/amd64/include/
H A Dint_limits.h51 #define INT64_MIN (-0x7fffffffffffffffL-1) /* int64_t */ macro
/netbsd-current/sys/arch/arm/include/
H A Dint_limits.h48 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/m68k/include/
H A Dint_limits.h48 #define INT64_MIN (-0x7fffffffffffffffLL-1) /* int64_t */ macro
/netbsd-current/sys/arch/ia64/include/
H A Dint_limits.h48 #define INT64_MIN (-0x7fffffffffffffffL-1) /* int64_t */ macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstdint_.h159 #define INT64_MIN (~INT64_MAX) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdint_.h269 #undef INT64_MIN macro
272 # define INT64_MIN (~ INT64_MAX) macro
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdint_.h269 #undef INT64_MIN macro
272 # define INT64_MIN (~ INT64_MAX) macro
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdint.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h362 #undef INT64_MIN macro
363 #define INT64_MIN (-__INT64_C(9223372036854775807)-1) macro
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Dstdint-msvc2008.h138 #define INT64_MIN ((int64_t)_I64_MIN) macro

Completed in 301 milliseconds

1234