Searched refs:SIZE_MAX (Results 1 – 16 of 16) sorted by relevance
| /tools/include/linux/ |
| A D | overflow.h | 87 return SIZE_MAX; in array_size() 109 return SIZE_MAX; in array3_size() 111 return SIZE_MAX; in array3_size() 121 return SIZE_MAX; in __ab_c_size() 123 return SIZE_MAX; in __ab_c_size()
|
| /tools/include/nolibc/ |
| A D | stdint.h | 77 #define SIZE_MAX ((size_t)(__LONG_MAX__) * 2 + 1) macro 82 #define UINTPTR_MAX SIZE_MAX 95 #define UINT_FAST16_MAX SIZE_MAX 96 #define UINT_FAST32_MAX SIZE_MAX
|
| A D | stdio.h | 390 return __nolibc_printf(__nolibc_fprintf_cb, (intptr_t)stream, SIZE_MAX, fmt, args); in vfprintf() 486 return vsnprintf(buf, SIZE_MAX, fmt, args); in vsprintf()
|
| /tools/virtio/ringtest/ |
| A D | ptr_ring.c | 19 #define SIZE_MAX (~(size_t)0) macro 20 #define KMALLOC_MAX_SIZE SIZE_MAX 45 if (size != 0 && n > SIZE_MAX / size) in kmalloc_array()
|
| /tools/perf/util/ |
| A D | demangle-rust-v0.c | 129 SIZE_MAX, in try_parse_path() 259 return SIZE_MAX; in utf8_next_char() 265 return SIZE_MAX; in utf8_next_char() 291 return SIZE_MAX; in utf8_next_char() 336 if (w == 0 || d > SIZE_MAX / w || d*w > SIZE_MAX - delta) { in punycode_decode() 350 if (i > SIZE_MAX - delta) { in punycode_decode() 354 if (n > SIZE_MAX - i / len) { in punycode_decode() 873 if (len > SIZE_MAX / 10) { in parser_ident() 877 if (len > SIZE_MAX - d) { in parser_ident() 1289 size_t out_len = SIZE_MAX; in printer_print_const_str_literal() [all …]
|
| A D | evlist.c | 917 if (max > SIZE_MAX / page_size) in __evlist__parse_mmap_pages() 918 max = SIZE_MAX / page_size; in __evlist__parse_mmap_pages()
|
| A D | symbol.c | 512 *found_idx = SIZE_MAX; in symbols__find_by_name()
|
| /tools/testing/selftests/mm/ |
| A D | transhuge-stress.c | 41 if (ram > SIZE_MAX / psize() / 4) in main() 42 ram = SIZE_MAX / 4; in main()
|
| /tools/virtio/linux/ |
| A D | dma-mapping.h | 45 #define dma_max_mapping_size(...) SIZE_MAX
|
| /tools/perf/arch/x86/util/ |
| A D | intel-bts.c | 262 if (*endptr || snapshot_size > SIZE_MAX) in intel_bts_parse_snapshot_options()
|
| A D | intel-pt.c | 251 if (*endptr || snapshot_size > SIZE_MAX) in intel_pt_parse_snapshot_options()
|
| /tools/perf/arch/arm64/util/ |
| A D | arm-spe.c | 447 if (*endptr || snapshot_size > SIZE_MAX) in arm_spe_parse_snapshot_options()
|
| /tools/perf/arch/arm/util/ |
| A D | cs-etm.c | 251 if (*endptr || snapshot_size > SIZE_MAX) in cs_etm_parse_snapshot_options()
|
| /tools/testing/selftests/iommu/ |
| A D | iommufd.c | 1087 EXPECT_EQ(SIZE_MAX, ranges[0].last); in TEST_F() 1115 EXPECT_EQ(SIZE_MAX, ranges[1].last); in TEST_F()
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 1515 …CASE_TEST(limit_size_max); EXPECT_EQ(1, SIZE_MAX, sizeof(long) == 8 ? (size_t) 0xff… in run_stdlib()
|
| /tools/lib/bpf/ |
| A D | btf.c | 193 p = libbpf_add_mem(data, cap_cnt, elem_sz, *cap_cnt, SIZE_MAX, need_cnt - *cap_cnt); in libbpf_ensure_mem()
|
Completed in 66 milliseconds