Searched refs:UINT16_MAX (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/tools/include/nolibc/ |
| D | stdint.h | 58 #define UINT16_MAX (65535) macro 73 #define UINT_LEAST16_MAX UINT16_MAX
|
| /Linux-v6.6/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
| D | platform_support.h | 28 #define UINT16_MAX USHRT_MAX macro
|
| /Linux-v6.6/tools/testing/selftests/bpf/ |
| 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()
|
| /Linux-v6.6/tools/usb/usbip/src/ |
| D | usbip_network.c | 42 if (port > UINT16_MAX) { in usbip_setup_port_number() 44 arg, UINT16_MAX); in usbip_setup_port_number()
|
| /Linux-v6.6/tools/lib/bpf/ |
| 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()
|
| /Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | tc_bpf.c | 24 DECLARE_LIBBPF_OPTS(bpf_tc_opts, opts_prio_max, .handle = 1, .priority = UINT16_MAX + 1);
|
| /Linux-v6.6/tools/testing/selftests/nolibc/ |
| D | nolibc-test.c | 969 …CASE_TEST(limit_uint16_max); EXPECT_EQ(1, UINT16_MAX, (uint16_t) 0xffff); brea… in run_stdlib()
|
| /Linux-v6.6/tools/perf/util/ |
| D | synthetic-events.c | 1825 max_nr = (UINT16_MAX - sizeof(struct perf_record_id_index)) / etot_sz; in __perf_event__synthesize_id_index()
|