Symbol: INT32_MIN
crypto/heimdal/lib/asn1/lex.c
65
#ifndef INT32_MIN
crypto/heimdal/lib/com_err/lex.c
65
#ifndef INT32_MIN
crypto/heimdal/lib/sl/slc-lex.c
65
#ifndef INT32_MIN
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
141
if (val < INT32_MIN || val > 0xFFFFFFFF)
crypto/krb5/src/lib/krb5/asn.1/asn1_k_encode.c
335
if (val > INT32_MAX || val < INT32_MIN)
crypto/krb5/src/lib/krb5/keytab/kt_file.c
1353
if (size == INT32_MIN) /* INT32_MIN inverts to itself. */
crypto/krb5/src/lib/krb5/keytab/kt_file.c
925
if (size == INT32_MIN) /* INT32_MIN inverts to itself. */
crypto/krb5/src/lib/krb5/krb/t_valid_times.c
36
#define BOUNDARY (uint32_t)INT32_MIN
crypto/openssl/crypto/params.c
414
if (i64 >= INT32_MIN && i64 <= INT32_MAX) {
crypto/openssl/crypto/params.c
457
if (d >= INT32_MIN && d <= INT32_MAX && d == (int32_t)d) {
crypto/openssl/crypto/params.c
791
if (val >= INT32_MIN && val <= INT32_MAX) {
crypto/openssl/test/asn1_encode_test.c
223
CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */
crypto/openssl/test/asn1_encode_test.c
261
CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */
crypto/openssl/test/asn1_encode_test.c
314
CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */
crypto/openssl/test/asn1_encode_test.c
318
ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
crypto/openssl/test/asn1_encode_test.c
410
CUSTOM_EXPECTED_SUCCESS(INT32_MIN, INT32_MIN), /* t_4bytes_4_neg */
crypto/openssl/test/asn1_encode_test.c
415
ENCDEC_ARRAY(INT32_MAX, INT32_MAX, INT32_MIN, INT32_MIN),
crypto/openssl/test/params_test.c
586
{ "int", "-2147483648", INT32_MIN, 1, 4 },
sys/arm/include/_stdint.h
104
#define INT_FAST8_MIN INT32_MIN
sys/arm/include/_stdint.h
105
#define INT_FAST16_MIN INT32_MIN
sys/arm/include/_stdint.h
106
#define INT_FAST32_MIN INT32_MIN
sys/arm/include/_stdint.h
125
#define INTPTR_MIN INT32_MIN
sys/arm/include/_stdint.h
142
#define PTRDIFF_MIN INT32_MIN
sys/arm/include/_stdint.h
146
#define SIG_ATOMIC_MIN INT32_MIN
sys/arm/include/_stdint.h
153
#define WINT_MIN INT32_MIN
sys/arm/include/_stdint.h
84
#define INT_LEAST32_MIN INT32_MIN
sys/arm64/include/_stdint.h
106
#define INT_FAST8_MIN INT32_MIN
sys/arm64/include/_stdint.h
107
#define INT_FAST16_MIN INT32_MIN
sys/arm64/include/_stdint.h
108
#define INT_FAST32_MIN INT32_MIN
sys/arm64/include/_stdint.h
155
#define WINT_MIN INT32_MIN
sys/arm64/include/_stdint.h
86
#define INT_LEAST32_MIN INT32_MIN
sys/compat/linuxkpi/common/include/linux/limits.h
42
#define S32_MIN INT32_MIN
sys/dev/bhnd/nvram/bhnd_nvram_subr.c
836
type_max = -(uint64_t)INT32_MIN;
sys/dev/bhnd/nvram/bhnd_nvram_value.c
1254
if (intv.i64 < INT32_MIN || intv.i64 > INT32_MAX)
sys/kern/subr_stats.c
299
[VSD_DTYPE_INT_S32] = {.int32 = {.s32 = INT32_MIN}},
sys/kern/subr_stats.c
305
[VSD_DTYPE_Q_S32] = {.q32 = {.sq32 = Q_IFMINVAL(INT32_MIN)}},
sys/powerpc/include/_stdint.h
107
#define INT_LEAST32_MIN INT32_MIN
sys/powerpc/include/_stdint.h
127
#define INT_FAST8_MIN INT32_MIN
sys/powerpc/include/_stdint.h
128
#define INT_FAST16_MIN INT32_MIN
sys/powerpc/include/_stdint.h
129
#define INT_FAST32_MIN INT32_MIN
sys/powerpc/include/_stdint.h
153
#define INTPTR_MIN INT32_MIN
sys/powerpc/include/_stdint.h
171
#define SIG_ATOMIC_MIN INT32_MIN
sys/powerpc/include/_stdint.h
183
#define PTRDIFF_MIN INT32_MIN
sys/powerpc/include/_stdint.h
191
#define WINT_MIN INT32_MIN
sys/riscv/include/_stdint.h
102
#define INT_FAST8_MIN INT32_MIN
sys/riscv/include/_stdint.h
103
#define INT_FAST16_MIN INT32_MIN
sys/riscv/include/_stdint.h
104
#define INT_FAST32_MIN INT32_MIN
sys/riscv/include/_stdint.h
151
#define WINT_MIN INT32_MIN
sys/riscv/include/_stdint.h
82
#define INT_LEAST32_MIN INT32_MIN
sys/x86/include/_stdint.h
101
#define INT_LEAST32_MIN INT32_MIN
sys/x86/include/_stdint.h
121
#define INT_FAST8_MIN INT32_MIN
sys/x86/include/_stdint.h
122
#define INT_FAST16_MIN INT32_MIN
sys/x86/include/_stdint.h
123
#define INT_FAST32_MIN INT32_MIN
sys/x86/include/_stdint.h
147
#define INTPTR_MIN INT32_MIN
sys/x86/include/_stdint.h
176
#define PTRDIFF_MIN INT32_MIN
sys/x86/include/_stdint.h
178
#define SIG_ATOMIC_MIN INT32_MIN
sys/x86/include/_stdint.h
184
#define WINT_MIN INT32_MIN
tools/build/bootstrap-m4/inittokenizer.c
1832
l > INT32_MAX || l < INT32_MIN) {
tools/build/bootstrap-m4/inittokenizer.c
66
#ifndef INT32_MIN
usr.bin/lex/initscan.c
65
#ifndef INT32_MIN
usr.sbin/ndp/ndp.c
189
assert(tm->tm_gmtoff > INT32_MIN && tm->tm_gmtoff < INT32_MAX);