Symbol: INT32_MAX
crypto/libressl/ssl/ssl_asn1.c
40
return INT32_MAX;
crypto/openssh/defines.h
338
#ifndef INT32_MAX
crypto/openssh/scp.c
1656
((sizeof(type) == 4 && (val) > INT32_MAX) || \
lib/libevtr/ktrfmt.yy.c
93
#ifndef INT32_MAX
sys/cpu/x86_64/include/int_limits.h
108
#define INT_LEAST32_MAX INT32_MAX
sys/cpu/x86_64/include/int_limits.h
128
#define INT_FAST8_MAX INT32_MAX
sys/cpu/x86_64/include/int_limits.h
129
#define INT_FAST16_MAX INT32_MAX
sys/cpu/x86_64/include/int_limits.h
130
#define INT_FAST32_MAX INT32_MAX
sys/cpu/x86_64/include/int_limits.h
90
#define SIG_ATOMIC_MAX INT32_MAX
sys/dev/acpica/acpi_timer.c
361
min = INT32_MAX;
sys/dev/sound/pcm/feeder_rate.c
1251
gy2gx_max = (((uint64_t)info->z_gy * INT32_MAX) - info->z_gy + 1) /
sys/dev/sound/pcm/feeder_rate.c
1260
gx2gy_max = (((uint64_t)info->z_gx * INT32_MAX) - info->z_gy) /
sys/dev/sound/pcm/feeder_rate.c
1263
if (gx2gy_max > INT32_MAX)
sys/dev/sound/pcm/feeder_rate.c
1264
gx2gy_max = INT32_MAX;
sys/libprop/prop_array_util.c
93
(size) == 32 ? INT32_MAX : INT64_MAX)) { \
sys/libprop/prop_dictionary_util.c
105
(size) == 32 ? INT32_MAX : INT64_MAX)) { \
sys/libprop/prop_number.c
411
if (pnv->pnv_signed > INT32_MAX || pnv->pnv_signed < INT32_MIN)
test/illumos/oclo/oclo_errors.c
175
if (!oclo_pipe2("pipe2(): INT32_MAX", INT32_MAX)) {
test/illumos/oclo/oclo_errors.c
180
if (!oclo_socket("socket(): INT32_MAX", INT32_MAX)) {
test/illumos/oclo/oclo_errors.c
189
if (!oclo_accept("accept4(): INT32_MAX", INT32_MAX)) {
usr.bin/m4/manual_tokenizer.c
1815
l > INT32_MAX || l < INT32_MIN) {
usr.bin/m4/manual_tokenizer.c
73
#ifndef INT32_MAX
usr.bin/xargs/xargs.c
147
if (arg_max > INT32_MAX) {
usr.bin/xargs/xargs.c
149
arg_max = INT32_MAX;
usr.sbin/zic/zic.c
1348
return INT32_MIN <= x && x <= INT32_MAX;