/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | 0001-include-stdint.h-system-header-for-UINT16_MAX.patch | 4 Subject: [PATCH] include stdint.h system header for UINT16_MAX 8 error: 'UINT16_MAX' undeclared (first use in this function)
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdint.h | 58 #define UINT16_MAX (65535) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
H A D | platform_support.h | 28 #define UINT16_MAX USHRT_MAX macro
|
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost-user-blk.h | 28 #define VHOST_USER_BLK_AUTO_NUM_QUEUES UINT16_MAX
|
H A D | virtio-blk.h | 35 #define VIRTIO_BLK_AUTO_NUM_QUEUES UINT16_MAX
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 143 mss4 = parse_arg_ul(argv[0], optarg, UINT16_MAX); in parse_options() 147 mss6 = parse_arg_ul(argv[0], optarg, UINT16_MAX); in parse_options() 407 port = parse_arg_ul(argv[0], token, UINT16_MAX); in main()
|
/openbmc/qemu/hw/block/ |
H A D | block.c | 176 if (conf->min_io_size / conf->logical_block_size > UINT16_MAX) { in blkconf_blocksizes() 178 UINT16_MAX); in blkconf_blocksizes()
|
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbip_network.c | 42 if (port > UINT16_MAX) { in usbip_setup_port_number() 44 arg, UINT16_MAX); in usbip_setup_port_number()
|
/openbmc/u-boot/arch/arm/include/asm/arch-imx8/sci/ |
H A D | types.h | 190 #define SC_P_ALL ((sc_pad_t)UINT16_MAX) /* All pads */
|
/openbmc/qemu/hw/core/ |
H A D | numa.c | 298 if (max_entry >= UINT16_MAX) { in parse_numa_hmat_lb() 302 node->initiator, node->target, UINT16_MAX - 1); in parse_numa_hmat_lb() 364 max_entry >= UINT16_MAX) { in parse_numa_hmat_lb() 368 node->initiator, node->target, UINT16_MAX - 1); in parse_numa_hmat_lb()
|
/openbmc/libmctp/utils/ |
H A D | mctp-capture.c | 34 UINT16_MAX))) { in capture_prepare()
|
/openbmc/libpldm/src/dsp/ |
H A D | bios_table.c | 47 assert(handle != UINT16_MAX); in get_bios_string_handle() 48 if (handle == UINT16_MAX) { in get_bios_string_handle() 137 assert(handle != UINT16_MAX); in get_bios_attr_handle() 138 if (handle == UINT16_MAX) { in get_bios_attr_handle()
|
H A D | pdr.c | 576 if (tree->last_used_container_id == UINT16_MAX) { in pldm_entity_association_tree_add_entity() 593 UINT16_MAX); in pldm_entity_association_tree_add_entity() 617 if (prev->entity.entity_instance_num == UINT16_MAX) { in pldm_entity_association_tree_add_entity() 1520 static_assert(UINT16_MAX < (SIZE_MAX - sizeof(pldm_entity)), in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1522 if (header_length + sizeof(pldm_entity) > UINT16_MAX) { in pldm_entity_association_pdr_add_contained_entity_to_remote_pdr() 1625 static_assert(PDR_ENTITY_ASSOCIATION_MIN_SIZE < UINT16_MAX, in pldm_entity_association_pdr_create_new()
|
/openbmc/qemu/target/hppa/ |
H A D | op_helper.c | 389 fr = MIN(fr, UINT16_MAX); in HELPER() 435 fr = MIN(fr, UINT16_MAX); in HELPER()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 743 if (priority > UINT16_MAX) in bpf_tc_attach() 817 if (priority > UINT16_MAX) in __bpf_tc_detach() 890 if (priority > UINT16_MAX) in bpf_tc_query()
|
/openbmc/qemu/hw/acpi/ |
H A D | core.c | 155 if (acpi_payload_size > UINT16_MAX) { in acpi_table_install() 157 acpi_payload_size, (unsigned)UINT16_MAX); in acpi_table_install()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/ |
H A D | sblim-sfcb_1.4.9.bb | 26 file://0001-include-stdint.h-system-header-for-UINT16_MAX.patch \
|
/openbmc/qemu/hw/nvme/ |
H A D | subsys.c | 137 if (unlikely((UINT16_MAX >> i) < nruh)) { in nvme_calc_rgif()
|
/openbmc/qemu/hw/9pfs/ |
H A D | 9p.h | 114 #define P9_NOTAG UINT16_MAX
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 1475 if (type4.max_speed > UINT16_MAX || in smbios_entry_add() 1476 type4.current_speed > UINT16_MAX) { in smbios_entry_add() 1478 UINT16_MAX); in smbios_entry_add()
|
/openbmc/qemu/hw/char/ |
H A D | sh_serial.c | 311 if (ret > UINT16_MAX) { in sh_serial_read()
|
/openbmc/qemu/block/ |
H A D | qcow2-snapshot.c | 348 assert(id_str_size <= UINT16_MAX && name_size <= UINT16_MAX); in qcow2_write_snapshots()
|
/openbmc/qemu/hw/sd/ |
H A D | sdhci.c | 1339 MASKED_WRITE(s->acmd12errsts, mask, value & UINT16_MAX); in sdhci_write() 1822 value &= ~UINT16_MAX; in usdhc_write() 1844 s->trnmod = value & UINT16_MAX; in usdhc_write()
|
/openbmc/qemu/tests/unit/ |
H A D | test-visitor-serialization.c | 776 .value.u16 = UINT16_MAX / 2 + 1, 786 .value.u16 = UINT16_MAX,
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tc_bpf.c | 24 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
|