/freebsd/sys/arm/include/ |
H A D | _stdint.h | 62 #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/sys/x86/include/ |
H A D | _stdint.h | 74 #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/sys/powerpc/include/ |
H A D | _stdint.h | 85 #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/sys/riscv/include/ |
H A D | _stdint.h | 60 #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/sys/arm64/include/ |
H A D | _stdint.h | 64 #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/crypto/openssl/test/ |
H A D | asn1_encode_test.c | 218 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_neg */ 408 ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_types.h | 94 # ifndef INT32_MIN 95 # define INT32_MIN INT_MIN macro 111 # ifndef INT32_MIN 112 # define INT32_MIN LONG_MIN macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | allocator_config.h | 68 static const s32 MinReleaseToOsIntervalMs = INT32_MIN; 83 static const s32 MinReleaseToOsIntervalMs = INT32_MIN; 158 static const s32 MinReleaseToOsIntervalMs = INT32_MIN; 182 static const s32 MinReleaseToOsIntervalMs = INT32_MIN;
|
H A D | allocator_config.def | 87 PRIMARY_OPTIONAL(const s32, DefaultReleaseToOsIntervalMs, INT32_MIN) 120 SECONDARY_CACHE_OPTIONAL(const s32, MinReleaseToOsIntervalMs, INT32_MIN) 122 SECONDARY_CACHE_OPTIONAL(const s32, DefaultReleaseToOsIntervalMs, INT32_MIN)
|
/freebsd/contrib/flex/src/ |
H A D | flexint.h | 40 #ifndef INT32_MIN 41 #define INT32_MIN (-2147483647-1) macro
|
/freebsd/contrib/bsnmp/lib/ |
H A D | support.h | 74 #if !defined(INT32_MIN) 75 #define INT32_MIN (-0x7fffffff-1) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegNumbering.cpp | 99 << (INT32_MIN | NumStackRegs) << "\n"); in runOnMachineFunction() 100 MFI.setWAReg(VReg, INT32_MIN | NumStackRegs++); in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFThumb.h | 301 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && in resolveRelocation() 316 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && in resolveRelocation() 331 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN &&
|
H A D | RuntimeDyldCOFFX86_64.h | 106 assert(((int64_t)Result >= INT32_MIN) && "Relocation underflow"); in resolveRelocation() 132 assert(static_cast<int64_t>(RE.Addend) >= INT32_MIN && "Relocation underflow"); in resolveRelocation()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | limits.h | 42 #define S32_MIN INT32_MIN
|
/freebsd/sys/tools/sound/ |
H A D | feeder_rate_mkfilter.awk | 112 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 D | feeder_eq_mkfilter.awk | 120 if (r < INT32_MIN || r > INT32_MAX) 262 INT32_MIN = -1 - INT32_MAX;
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | time.h | 37 #define TIME_MIN INT32_MIN
|
/freebsd/usr.bin/m4/ |
H A D | tokenizer.l | 75 l > INT32_MAX || l < INT32_MIN) {
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | time.h | 55 ((ts)->tv_sec < INT32_MIN || (ts)->tv_sec > INT32_MAX)
|
/freebsd/crypto/openssl/include/internal/ |
H A D | numbers.h | 53 # define INT32_MIN __MININT__(int32_t) macro
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 820 INT32_MIN, INT32_MAX, 0); in fetch_sysinfo() 841 INT32_MIN, INT32_MAX, 0); in fetch_sysinfo() 1024 INT32_MIN, INT32_MAX, 0); in fetch_peers() 1029 INT32_MIN, INT32_MAX, 0); in fetch_peers() 1034 INT32_MIN, INT32_MAX, 0); in fetch_peers() 1072 INT32_MIN, INT32_MAX, 0); in fetch_peers()
|
/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_put.c | 487 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT32_MIN)); in ATF_TC_BODY() 489 ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT32_MIN - 1)); in ATF_TC_BODY() 610 ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT32_MIN)); in ATF_TC_BODY() 654 ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT32_MIN)); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 703 # define INT32_MIN (-INT32_C(2147483647)-1) macro 707 # define __INT_LEAST32_MIN INT32_MIN 713 # define __INT_LEAST16_MIN INT32_MIN 719 # define __INT_LEAST8_MIN INT32_MIN
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_platform.h | 130 #define INT32_MIN ((int32_t)(~INT32_MAX)) 145 #define INT32_MIN global() macro
|