Home
last modified time | relevance | path

Searched refs:UINTPTR_MAX (Results 1 – 19 of 19) sorted by relevance

/openbmc/qemu/tcg/tci/
H A Dtcg-target-reg-bits.h10 #if UINTPTR_MAX == UINT32_MAX
12 #elif UINTPTR_MAX == UINT64_MAX
/openbmc/qemu/tcg/s390x/
H A Dtcg-target-reg-bits.h11 #if UINTPTR_MAX == UINT64_MAX
/openbmc/linux/include/vdso/
H A Dlimits.h17 #define UINTPTR_MAX ULONG_MAX macro
/openbmc/qemu/tests/tcg/multiarch/arm-compat-semi/
H A Dsemihosting.c22 #if UINTPTR_MAX == UINT32_MAX in main()
/openbmc/linux/tools/include/nolibc/
H A Dstdint.h82 #define UINTPTR_MAX SIZE_MAX macro
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h470 #if UINTPTR_MAX == UINT32_MAX
524 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_ext_i32_ptr()
533 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_trunc_i64_ptr()
542 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_extu_ptr_i64()
551 #if UINTPTR_MAX == UINT32_MAX in tcg_gen_trunc_ptr_i32()
H A Dtcg.h261 #if UINTPTR_MAX == UINT32_MAX
/openbmc/qemu/include/exec/
H A Dcpu-common.h64 # define RAM_ADDR_MAX UINTPTR_MAX
/openbmc/linux/lib/
H A Ddecompress_unzstd.c189 out_len = UINTPTR_MAX - (uintptr_t)out_buf; in __unzstd()
/openbmc/qemu/linux-user/
H A Dmain.c869 } else if (TASK_UNMAPPED_BASE < UINTPTR_MAX) { in main()
885 } else if (ELF_ET_DYN_BASE < UINTPTR_MAX) { in main()
/openbmc/linux/scripts/
H A Dinsert-sys-cert.c37 #if UINTPTR_MAX == 0xffffffff
/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c993 …CASE_TEST(limit_uint_fast16_max); EXPECT_EQ(1, UINT_FAST16_MAX, (uint_fast16_t) UINTPTR_MAX);… in run_stdlib()
996 …CASE_TEST(limit_uint_fast32_max); EXPECT_EQ(1, UINT_FAST32_MAX, (uint_fast32_t) UINTPTR_MAX);… in run_stdlib()
1003 …CASE_TEST(limit_uintptr_max); EXPECT_EQ(1, UINTPTR_MAX, sizeof(long) == 8 ? (uintptr_t) 0xff… in run_stdlib()
/openbmc/libpldm/src/
H A Dmsgbuf.h106 if (UINTPTR_MAX - (uintptr_t)buf < len) { in pldm_msgbuf_init_errno()
/openbmc/libpldm/src/dsp/
H A Dbios_table.c943 if (UINTPTR_MAX - *size < (uintptr_t)table) { in pldm_bios_table_append_pad_checksum()
H A Dpdr.c1321 if (UINTPTR_MAX - (uintptr_t)start < in pldm_entity_association_pdr_extract()
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c848 assert(addr_64 <= UINTPTR_MAX); in hv_balloon_handle_remove_host_addr_node()
/openbmc/libpldm/tests/
H A Dmsgbuf.cpp39 void* buf = (void*)UINTPTR_MAX; in TEST()
/openbmc/qemu/tcg/
H A Dtcg.c42 #if UINTPTR_MAX == UINT32_MAX
/openbmc/openbmc/poky/meta/recipes-support/vte/vte/
H A D0004-fast_float-Add-single-header-library-for-from_char-i.patch219 +// approximation. UINTPTR_MAX and INTPTR_MAX are optional, so avoid them for max