| /freebsd/sys/arm/include/ |
| H A D | _stdint.h | 56 #define INT32_MIN (-0x7fffffff-1) macro 78 #define INT_LEAST32_MIN INT32_MIN 98 #define INT_FAST8_MIN INT32_MIN 99 #define INT_FAST16_MIN INT32_MIN 100 #define INT_FAST32_MIN INT32_MIN 119 #define INTPTR_MIN INT32_MIN 136 #define PTRDIFF_MIN INT32_MIN 140 #define SIG_ATOMIC_MIN INT32_MIN 147 #define WINT_MIN INT32_MIN
|
| /freebsd/sys/x86/include/ |
| H A D | _stdint.h | 68 #define INT32_MIN (-0x7fffffff-1) macro 95 #define INT_LEAST32_MIN INT32_MIN 115 #define INT_FAST8_MIN INT32_MIN 116 #define INT_FAST16_MIN INT32_MIN 117 #define INT_FAST32_MIN INT32_MIN 141 #define INTPTR_MIN INT32_MIN 170 #define PTRDIFF_MIN INT32_MIN 172 #define SIG_ATOMIC_MIN INT32_MIN 178 #define WINT_MIN INT32_MIN
|
| /freebsd/sys/powerpc/include/ |
| H A D | _stdint.h | 79 #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 165 #define SIG_ATOMIC_MIN INT32_MIN 177 #define PTRDIFF_MIN INT32_MIN 185 #define WINT_MIN INT32_MIN
|
| /freebsd/sys/arm64/include/ |
| H A D | _stdint.h | 58 #define INT32_MIN (-0x7fffffff-1) macro 80 #define INT_LEAST32_MIN INT32_MIN 100 #define INT_FAST8_MIN INT32_MIN 101 #define INT_FAST16_MIN INT32_MIN 102 #define INT_FAST32_MIN INT32_MIN 149 #define WINT_MIN INT32_MIN
|
| /freebsd/sys/riscv/include/ |
| H A D | _stdint.h | 54 #define INT32_MIN (-0x7fffffff-1) macro 76 #define INT_LEAST32_MIN INT32_MIN 96 #define INT_FAST8_MIN INT32_MIN 97 #define INT_FAST16_MIN INT32_MIN 98 #define INT_FAST32_MIN INT32_MIN 145 #define WINT_MIN INT32_MIN
|
| /freebsd/crypto/openssl/test/ |
| H A D | asn1_encode_test.c | 223 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 261 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 314 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 318 ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN), 410 CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */ 415 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 | 94 PRIMARY_OPTIONAL(const s32, DefaultReleaseToOsIntervalMs, INT32_MIN) 132 SECONDARY_CACHE_OPTIONAL(const s32, MinReleaseToOsIntervalMs, INT32_MIN) 134 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 | 95 << (INT32_MIN | NumStackRegs) << "\n"); in runOnMachineFunction() 96 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 && in resolveRelocation()
|
| 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) {
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdint.h | 592 # define INT32_MIN (-INT32_C(2147483647)-1) macro 596 # define __INT_LEAST32_MIN INT32_MIN 602 # define __INT_LEAST16_MIN INT32_MIN 608 # define __INT_LEAST8_MIN INT32_MIN
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | stdint-macros.h | 632 #define INT32_MIN (-INT32_C(2147483647) - 1) macro 636 #define __INT_LEAST32_MIN INT32_MIN 642 #define __INT_LEAST16_MIN INT32_MIN 648 #define __INT_LEAST8_MIN INT32_MIN
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | time.h | 38 #define TIME_MIN INT32_MIN
|
| /freebsd/usr.bin/m4/ |
| H A D | tokenizer.l | 75 l > INT32_MAX || l < INT32_MIN) {
|
| /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/crypto/krb5/src/lib/krb5/krb/ |
| H A D | t_valid_times.c | 36 #define BOUNDARY (uint32_t)INT32_MIN
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | time.h | 56 ((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
|