Home
last modified time | relevance | path

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

/external/syslinux/com32/include/bitsize64/
Dstdintlimits.h14 #define UINTPTR_MAX UINT64_MAX macro
/external/syslinux/com32/include/bitsize32/
Dstdintlimits.h14 #define UINTPTR_MAX UINT32_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h162 # define UINTPTR_MAX UINT64_MAX macro
166 # define UINTPTR_MAX UINT32_MAX macro
/external/libvncserver/compat/msvc/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h177 # define UINTPTR_MAX UINT64_MAX macro
181 # define UINTPTR_MAX UINT32_MAX macro
/external/libusb/msvc/
Dstdint.h179 #define UINTPTR_MAX UINT64_MAX macro
183 #define UINTPTR_MAX UINT32_MAX macro
/external/syslinux/dos/
Dstdint.h106 # define UINTPTR_MAX (4294967295U) macro
/external/clang/lib/Headers/
Dstdint.h664 #define UINTPTR_MAX __UINTN_MAX(__INTPTR_WIDTH__) macro