Searched refs:UINT64_MAX (Results 1 – 15 of 15) sorted by relevance
| /tools/include/nolibc/ |
| A D | stdint.h | 60 #define UINT64_MAX (18446744073709551615ULL) macro 75 #define UINT_LEAST64_MAX UINT64_MAX 97 #define UINT_FAST64_MAX UINT64_MAX 101 #define UINTMAX_MAX UINT64_MAX
|
| /tools/build/feature/ |
| A D | test-lzma.c | 9 ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); in main()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | lookup_key.c | 91 skel->bss->flags = UINT64_MAX; in test_lookup_key()
|
| A D | reg_bounds.c | 14 #define U64_MAX ((u64)UINT64_MAX)
|
| /tools/perf/util/ |
| A D | lzma.c | 45 ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); in lzma_decompress_stream_to_file()
|
| A D | demangle-rust-v0.c | 778 if (x > UINT64_MAX / 62) { in parser_integer_62() 782 if (x > UINT64_MAX - d) { in parser_integer_62() 787 if (x == UINT64_MAX) { in parser_integer_62() 804 if (*out == UINT64_MAX) { in parser_opt_integer_62()
|
| A D | unwind-libunwind-local.c | 328 .base_addr = UINT64_MAX, in read_unwind_spec_eh_frame()
|
| A D | evsel.c | 3103 const u64 max_group_nr = UINT64_MAX / in evsel__parse_sample() 3128 const u64 max_callchain_nr = UINT64_MAX / sizeof(u64); in evsel__parse_sample() 3171 const u64 max_branch_nr = UINT64_MAX / in evsel__parse_sample()
|
| /tools/testing/selftests/net/ |
| A D | busy_poller.c | 151 if (tmp == ULLONG_MAX || tmp > UINT64_MAX) in parse_opts() 158 if (tmp == ULLONG_MAX || tmp > UINT64_MAX) in parse_opts()
|
| /tools/tracing/rtla/src/ |
| A D | trace.c | 148 if (trace->missed_events == UINT64_MAX) in collect_missed_events() 155 trace->missed_events = UINT64_MAX; in collect_missed_events()
|
| A D | osnoise.c | 1111 if (tool->trace.missed_events == UINT64_MAX) in osnoise_report_missed_events()
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 1484 …CASE_TEST(limit_uint64_max); EXPECT_EQ(1, UINT64_MAX, (uint64_t) 0xfffffffffff… in run_stdlib() 1508 …CASE_TEST(limit_uint_fast64_max); EXPECT_EQ(1, UINT_FAST64_MAX, (uint_fast64_t) UINT64_MAX); … in run_stdlib()
|
| /tools/testing/selftests/mm/ |
| A D | mseal_test.c | 440 ret = sys_mseal(ptr, UINT64_MAX/page_size); in test_seal_invalid_input()
|
| /tools/testing/selftests/drivers/ntsync/ |
| A D | ntsync.c | 1283 wait_args.timeout = UINT64_MAX; in stress_thread()
|
| /tools/testing/selftests/iommu/ |
| A D | iommufd.c | 851 test_ioctl_ioas_unmap(0, UINT64_MAX); in TEST_F() 854 test_ioctl_ioas_unmap(0, UINT64_MAX); in TEST_F()
|
Completed in 48 milliseconds