Searched refs:INT32_MIN (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-current/sys/arm/include/
H A D_stdint.h62 #define INT32_MIN (-0x7fffffff-1) macro
84 #define INT_LEAST32_MIN INT32_MIN
104 #define INT_FAST8_MIN INT32_MIN
105 #define INT_FAST16_MIN INT32_MIN
106 #define INT_FAST32_MIN INT32_MIN
125 #define INTPTR_MIN INT32_MIN
142 #define PTRDIFF_MIN INT32_MIN
146 #define SIG_ATOMIC_MIN INT32_MIN
153 #define WINT_MIN INT32_MIN
/freebsd-current/sys/powerpc/include/
H A D_stdint.h85 #define INT32_MIN (-0x7fffffff-1) macro
107 #define INT_LEAST32_MIN INT32_MIN
127 #define INT_FAST8_MIN INT32_MIN
128 #define INT_FAST16_MIN INT32_MIN
129 #define INT_FAST32_MIN INT32_MIN
153 #define INTPTR_MIN INT32_MIN
183 #define PTRDIFF_MIN INT32_MIN
187 #define SIG_ATOMIC_MIN INT32_MIN
195 #define WINT_MIN INT32_MIN
/freebsd-current/sys/x86/include/
H A D_stdint.h74 #define INT32_MIN (-0x7fffffff-1) macro
101 #define INT_LEAST32_MIN INT32_MIN
121 #define INT_FAST8_MIN INT32_MIN
122 #define INT_FAST16_MIN INT32_MIN
123 #define INT_FAST32_MIN INT32_MIN
147 #define INTPTR_MIN INT32_MIN
176 #define PTRDIFF_MIN INT32_MIN
178 #define SIG_ATOMIC_MIN INT32_MIN
184 #define WINT_MIN INT32_MIN
/freebsd-current/sys/arm64/include/
H A D_stdint.h64 #define INT32_MIN (-0x7fffffff-1) macro
86 #define INT_LEAST32_MIN INT32_MIN
106 #define INT_FAST8_MIN INT32_MIN
107 #define INT_FAST16_MIN INT32_MIN
108 #define INT_FAST32_MIN INT32_MIN
155 #define WINT_MIN INT32_MIN
/freebsd-current/sys/riscv/include/
H A D_stdint.h60 #define INT32_MIN (-0x7fffffff-1) macro
82 #define INT_LEAST32_MIN INT32_MIN
102 #define INT_FAST8_MIN INT32_MIN
103 #define INT_FAST16_MIN INT32_MIN
104 #define INT_FAST32_MIN INT32_MIN
151 #define WINT_MIN INT32_MIN
/freebsd-current/contrib/flex/src/
H A Dflexint.h40 #ifndef INT32_MIN
41 #define INT32_MIN (-2147483647-1) macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dlimits.h42 #define S32_MIN INT32_MIN
/freebsd-current/contrib/bsnmp/lib/
H A Dsupport.h74 #if !defined(INT32_MIN)
75 #define INT32_MIN (-0x7fffffff-1) macro
/freebsd-current/contrib/ntp/include/
H A Dntp_types.h94 # ifndef INT32_MIN
95 # define INT32_MIN INT_MIN macro
111 # ifndef INT32_MIN
112 # define INT32_MIN LONG_MIN macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h84 // static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
106 // static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
138 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
153 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
227 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
251 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegNumbering.cpp99 << (INT32_MIN | NumStackRegs) << "\n");
100 MFI.setWAReg(VReg, INT32_MIN | NumStackRegs++);
/freebsd-current/crypto/openssl/test/
H A Dasn1_encode_test.c218 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */
254 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */
307 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */
311 ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
403 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_ne
[all...]
/freebsd-current/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtime.h37 #define TIME_MIN INT32_MIN
/freebsd-current/usr.bin/m4/
H A Dtokenizer.l75 l > INT32_MAX || l < INT32_MIN) {
/freebsd-current/crypto/openssl/include/internal/
H A Dnumbers.h53 # define INT32_MIN __MININT__(int32_t) macro
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dtime.h55 ((ts)->tv_sec < INT32_MIN || (ts)->tv_sec > INT32_MAX)
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFThumb.h301 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN &&
316 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN &&
331 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN &&
H A DRuntimeDyldCOFFX86_64.h106 assert(((int64_t)Result >= INT32_MIN) && "Relocation underflow");
132 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && "Relocation underflow");
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_platform.h130 #define INT32_MIN ((int32_t)(~INT32_MAX)) macro
/freebsd-current/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk112 if (r < INT32_MIN || r > INT32_MAX)
618 INT32_MIN = -1 - INT32_MAX;
809 if (v < INT32_MIN || v > INT32_MAX)
892 if (v < INT32_MIN || v > INT32_MAX) {
H A Dfeeder_eq_mkfilter.awk120 if (r < INT32_MIN || r > INT32_MAX)
262 INT32_MIN = -1 - INT32_MAX;
/freebsd-current/contrib/bsnmp/snmp_ntp/
H A Dsnmp_ntp.c820 INT32_MIN, INT32_MAX, 0);
841 INT32_MIN, INT32_MAX, 0);
1024 INT32_MIN, INT32_MAX, 0);
1029 INT32_MIN, INT32_MAX, 0);
1034 INT32_MIN, INT32_MAX, 0);
1072 INT32_MIN, INT32_MAX, 0);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h377 #undef INT32_MIN macro
378 #define INT32_MIN (-2147483647-1) macro
/freebsd-current/contrib/elftoolchain/libelf/
H A D_libelf.h189 (SRC)->NAME < INT32_MIN) { \
/freebsd-current/contrib/netbsd-tests/lib/libbluetooth/
H A Dt_sdp_put.c487 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT32_MIN));
489 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT32_MIN - 1));
610 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT32_MIN));
654 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT32_MIN));

Completed in 157 milliseconds

123