Searched refs:UINTPTR_MAX (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/include/
H A Dstdint.h59 #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX)
/barrelfish-master/include/sys/
H A Dstdint.h59 #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX)
/barrelfish-master/usr/tests/malloc/
H A Dmain.c40 #if (UINTPTR_MAX == UINT64_MAX)
/barrelfish-master/kernel/
H A Dmemset.c110 #if UINTPTR_MAX == UINT32_MAX
112 #elif UINTPTR_MAX == UINT64_MAX
116 #error UINTPTR_MAX not valid
/barrelfish-master/include/arch/x86_32/machine/
H A D_stdint.h147 #define UINTPTR_MAX UINT64_MAX macro
151 #define UINTPTR_MAX UINT32_MAX macro
/barrelfish-master/include/arch/x86_64/machine/
H A D_stdint.h147 #define UINTPTR_MAX UINT64_MAX macro
151 #define UINTPTR_MAX UINT32_MAX macro
/barrelfish-master/include/arch/aarch64/machine/
H A D_stdint.h127 #define UINTPTR_MAX UINT64_MAX macro
/barrelfish-master/include/arch/arm/machine/
H A D_stdint.h127 #define UINTPTR_MAX UINT32_MAX macro
/barrelfish-master/lib/barrelfish/
H A Dmorecore.c23 #if (UINTPTR_MAX == UINT64_MAX)
/barrelfish-master/lib/cxx/unwind/
H A DUnwindCursor.hpp1331 pint_t nextPC = (itNextPC == end) ? UINTPTR_MAX : itNextPC.functionAddress();

Completed in 59 milliseconds