Home
last modified time | relevance | path

Searched defs:UINTPTR_MAX (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/x86/include/
H A D_stdint.h145 #define UINTPTR_MAX UINT64_MAX macro
149 #define UINTPTR_MAX UINT32_MAX macro
/freebsd/sys/powerpc/include/
H A D_stdint.h151 #define UINTPTR_MAX UINT64_MAX macro
155 #define UINTPTR_MAX UINT32_MAX macro
/freebsd/sys/arm64/include/
H A D_stdint.h129 #define UINTPTR_MAX UINT64_MAX macro
/freebsd/sys/arm/include/
H A D_stdint.h127 #define UINTPTR_MAX UINT32_MAX macro
/freebsd/sys/riscv/include/
H A D_stdint.h125 #define UINTPTR_MAX UINT64_MAX macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h395 # define UINTPTR_MAX (18446744073709551615UL) macro
397 # define UINTPTR_MAX (4294967295U) macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h886 #define UINTPTR_MAX __UINTPTR_MAX__ macro