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

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h137 #define UINTPTR_MAX UINT64_MAX macro
139 #define UINTPTR_MAX UINT32_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h132 #define UINTPTR_MAX UINT64_MAX macro
134 #define UINTPTR_MAX UINT32_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h179 #define UINTPTR_MAX UINT64_MAX macro
183 #define UINTPTR_MAX UINT32_MAX macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dinttypes_.h552 # ifdef UINTPTR_MAX
558 # ifdef UINTPTR_MAX
564 # ifdef UINTPTR_MAX
570 # ifdef UINTPTR_MAX
1019 # ifdef UINTPTR_MAX
1025 # ifdef UINTPTR_MAX
1031 # ifdef UINTPTR_MAX
H A Dstdint_.h380 #undef UINTPTR_MAX macro
383 #define UINTPTR_MAX ULONG_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h70 UINTPTR_MAX, PTRDIFF_MIN, PTRDIFF_MAX. */
748 # ifndef UINTPTR_MAX
750 # define UINTPTR_MAX (((1ULL << (@BITSIZEOF_UINTPTR_T@ - 1)) - 1) * 2 + 1) macro
752 # define UINTPTR_MAX (((1UL << (@BITSIZEOF_UINTPTR_T@ - 1)) - 1) * 2 + 1) macro
756 # define UINTPTR_MAX ULONG_MAX macro
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DLETypes.h305 #ifndef UINTPTR_MAX
308 #define LE_UINTPTR_MAX UINTPTR_MAX
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dputilimp.h64 * We assume that when uintptr_t is defined, UINTPTR_MAX is defined as well.
69 #if !defined(__intptr_t_defined) && !defined(UINTPTR_MAX) && (U_PLATFORM != U_PF_OS390)
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in627 #undef UINTPTR_MAX
H A Dconfig.h.msvc625 #undef UINTPTR_MAX
H A Dconfig.h_vms626 #undef UINTPTR_MAX
H A Dconfigure27279 for bound in INTPTR_MIN INTPTR_MAX UINTPTR_MAX \
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim226 syn keyword cConstant INTPTR_MIN INTPTR_MAX UINTPTR_MAX

Completed in 162 milliseconds