| /openbmc/qemu/tests/tcg/sh4/ |
| H A D | test-subv.c | 23 subv(INT_MIN, 1, INT_MAX, 1); in main() 24 subv(INT_MAX, -1, INT_MIN, 1); in main() 25 subv(INT_MAX, 1, INT_MAX - 1, 0); in main()
|
| H A D | test-addv.c | 23 addv(INT_MAX, 1, INT_MIN, 1); in main() 24 addv(INT_MAX - 1, 1, INT_MAX, 0); in main()
|
| /openbmc/libpldm/src/transport/ |
| H A D | socket.c | 42 if (max_buf_size > INT_MAX) { in pldm_socket_sndbuf_init() 43 max_buf_size = INT_MAX; in pldm_socket_sndbuf_init()
|
| H A D | af-mctp.c | 224 if (msg_len > INT_MAX || in pldm_transport_af_mctp_send()
|
| H A D | mctp-demux.c | 225 if (msg_len > INT_MAX || in pldm_transport_mctp_demux_send()
|
| /openbmc/qemu/include/qemu/ |
| H A D | futex.h | 37 qemu_futex(f, FUTEX_WAKE, INT_MAX, NULL, NULL, 0); in qemu_futex_wake_all()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 14 that the value of SO_RCVBUF will be limited up to min(INT_MAX/2, 56 + * Note that it will be limited up to min(INT_MAX/2, sysctl_rmem_max) in kernel.
|
| /openbmc/qemu/util/ |
| H A D | keyval.c | 123 return ret == -ERANGE ? INT_MAX : ret; in key_to_index() 125 return index <= INT_MAX ? index : INT_MAX; in key_to_index()
|
| H A D | fdmon-poll.c | 45 g_assert(nalloc <= INT_MAX); in add_pollfd()
|
| H A D | cutils.c | 468 } else if (lresult > INT_MAX) { in qemu_strtoi() 469 *result = INT_MAX; in qemu_strtoi() 888 fd > INT_MAX /* not representable as int */) { in qemu_parse_fd()
|
| H A D | async.c | 746 if (min > max || max <= 0 || min < 0 || min > INT_MAX || max > INT_MAX) { in qemu_set_current_aio_context()
|
| /openbmc/u-boot/include/linux/ |
| H A D | kernel.h | 10 #define INT_MAX ((int)(~0U>>1)) macro 11 #define INT_MIN (-INT_MAX - 1)
|
| /openbmc/qemu/block/ |
| H A D | blkdebug.c | 522 if (s->align && (s->align >= INT_MAX || !is_power_of_2(s->align))) { in blkdebug_open() 531 (s->max_transfer >= INT_MAX || in blkdebug_open() 540 (s->opt_write_zero >= INT_MAX || in blkdebug_open() 549 (s->max_write_zero >= INT_MAX || in blkdebug_open() 559 (s->opt_discard >= INT_MAX || in blkdebug_open() 568 (s->max_discard >= INT_MAX || in blkdebug_open()
|
| H A D | backup.c | 416 if (perf->max_workers < 1 || perf->max_workers > INT_MAX) { in backup_job_create() 417 error_setg(errp, "max-workers must be between 1 and %d", INT_MAX); in backup_job_create()
|
| H A D | qcow2-snapshot.c | 226 offset - s->snapshots_offset > INT_MAX) in qcow2_do_read_snapshots() 256 assert(offset - s->snapshots_offset <= INT_MAX); in qcow2_do_read_snapshots() 301 assert(offset <= INT_MAX); in qcow2_write_snapshots()
|
| H A D | block-copy.c | 280 return MIN_NON_ZERO(INT_MAX, in block_copy_max_transfer() 515 assert(nbytes < INT_MAX); in block_copy_do_copy()
|
| H A D | blkio.c | 996 bs->bl.request_alignment >= INT_MAX || in blkio_refresh_limits() 1011 if (bs->bl.opt_transfer > INT_MAX || in blkio_refresh_limits()
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-cutils.c | 469 char *str = g_strdup_printf("%d", INT_MAX); in test_qemu_strtoi_max() 478 g_assert_cmpint(res, ==, INT_MAX); in test_qemu_strtoi_max() 490 str = "2147483648"; /* INT_MAX + 1ll */ in test_qemu_strtoi_overflow() 495 g_assert_cmpint(res, ==, INT_MAX); in test_qemu_strtoi_overflow() 503 g_assert_cmpint(res, ==, INT_MAX); in test_qemu_strtoi_overflow() 511 g_assert_cmpint(res, ==, INT_MAX); in test_qemu_strtoi_overflow() 519 g_assert_cmpint(res, ==, INT_MAX); in test_qemu_strtoi_overflow() 527 g_assert_cmpint(res, ==, INT_MAX); in test_qemu_strtoi_overflow() 718 char *str = g_strdup_printf("%d", INT_MAX); in test_qemu_strtoi_full_max() 725 g_assert_cmpint(res, ==, INT_MAX); in test_qemu_strtoi_full_max() [all...] |
| /openbmc/obmc-console/test/ |
| H A D | test-client-escape.c | 203 assert(idx < INT_MAX); in run_one_test()
|
| /openbmc/qemu/include/block/ |
| H A D | block-common.h | 273 INT_MAX >> BDRV_SECTOR_BITS)
|
| /openbmc/phosphor-certificate-manager/ |
| H A D | x509_utils.cpp | 238 if (pem.size() > INT_MAX) in parseCert()
|
| /openbmc/qemu/qobject/ |
| H A D | block-qdict.c | 193 if (count == INT_MAX) { in qdict_count_prefixed_entries() 608 for (i = 0; i < INT_MAX; i++) { in qdict_array_entries()
|
| /openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/ |
| H A D | acinclude.m4 | 239 #if !defined(INT_MAX) 240 # include "error INT_MAX 1"
|
| /openbmc/qemu/ui/ |
| H A D | spice-core.c | 930 if (lifetime > INT_MAX) { in qemu_spice_set_ticket() 931 lifetime = INT_MAX; in qemu_spice_set_ticket()
|
| /openbmc/u-boot/tools/ |
| H A D | proftool.c | 276 int not_found = INT_MAX; in read_profile_file()
|