Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 20 of 20) sorted by relevance

/tools/include/nolibc/
A Dstdint.h59 #define UINT32_MAX (4294967295U) macro
74 #define UINT_LEAST32_MAX UINT32_MAX
/tools/testing/selftests/bpf/prog_tests/
A Dlookup_key.c104 skel->bss->key_id = UINT32_MAX; in test_lookup_key()
/tools/testing/selftests/powerpc/papr_sysparm/
A Dpapr_sysparm.c48 .parameter = UINT32_MAX, // there are only ~60 specified parameters in get_bad_parameter()
/tools/testing/selftests/net/
A Dbusy_poller.c100 if (tmp == ULLONG_MAX || tmp > UINT32_MAX) in parse_opts()
/tools/lib/bpf/
A Dzip.c210 if (size == (off_t)-1 || size > UINT32_MAX) { in zip_archive_open()
A Dbpf.h126 #define BPF_LOG_BUF_SIZE (UINT32_MAX >> 8) /* verifier maximum in kernels <= 5.1 */
A Dbtf.c805 if (nelems && array->nelems > UINT32_MAX / nelems) in btf__resolve_size()
820 if (nelems && size > UINT32_MAX / nelems) in btf__resolve_size()
/tools/testing/selftests/bpf/
A Dxdp_synproxy.c138 *prog_id = parse_arg_ul(argv[0], optarg, UINT32_MAX); in parse_options()
/tools/bpf/bpftool/
A Dstruct_ops.c246 if (*endptr || !id || id > UINT32_MAX) { in do_one_id()
A Dbtf_dumper.c115 if (!d->prog_id_as_func_ptr || value > UINT32_MAX) in btf_dumper_ptr()
A Dprog.c1212 if (buf_size == UINT32_MAX) { in get_run_data()
1214 UINT32_MAX); in get_run_data()
A Dgen.c2020 #define MARKED UINT32_MAX
/tools/perf/util/
A Ddemangle-rust-v0.c361 if (n > UINT32_MAX || !validate_char((uint32_t)n)) { in punycode_decode()
1391 && val < UINT32_MAX in printer_print_const()
1859 && val < UINT32_MAX in rust_demangle_legacy_display_demangle()
A Dauxtrace.c1863 u64 mask = (u64)(UINT32_MAX) << 32; in compat_auxtrace_mmap__read_head()
1881 u64 mask = (u64)(UINT32_MAX) << 32; in compat_auxtrace_mmap__write_tail()
A Dcs-etm.c586 queue->packet_buffer[i].exception_number = UINT32_MAX; in cs_etm__clear_packet_queue()
/tools/perf/util/cs-etm-decoder/
A Dcs-etm-decoder.c422 packet_queue->packet_buffer[et].exception_number = UINT32_MAX; in cs_etm_decoder__buffer_packet()
/tools/testing/selftests/net/openvswitch/
A Dovs-dpctl.py66 UINT32_MAX = 0xFFFFFFFF variable
444 UINT32_MAX))
460 return int(math.floor(UINT32_MAX * (percent / 100.0) + .5))
/tools/testing/selftests/landlock/
A Dnet_test.c1476 .port = UINT32_MAX + 1UL, in TEST_F()
1480 .port = UINT32_MAX + 2UL, in TEST_F()
/tools/testing/selftests/iommu/
A Diommufd.c507 UINT32_MAX, IOMMU_HWPT_FAULT_ID_VALID, in TEST_F()
2831 test_err_hwpt_alloc_iopf(ENOENT, dev_id, viommu_id, UINT32_MAX, in TEST_F()
/tools/testing/selftests/nolibc/
A Dnolibc-test.c1481 …CASE_TEST(limit_uint32_max); EXPECT_EQ(1, UINT32_MAX, (uint32_t) 0xffffffff); … in run_stdlib()

Completed in 73 milliseconds