Searched defs:UINTMAX_MAX (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dstdint.h141 #define UINTMAX_MAX UINT64_MAX macro
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dsystem.h218 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h189 #define UINTMAX_MAX UINT64_MAX macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstdint_.h397 #undef UINTMAX_MAX macro
399 # define UINTMAX_MAX UINT64_MAX macro
401 # define UINTMAX_MAX UINT32_MAX macro
/macosx-10.10/libiconv-42/libiconv/srclib/
H A Dstdint_.h794 # define UINTMAX_MAX (((1ULL << (@BITSIZEOF_UINTMAX_T@ - 1)) - 1) * 2 + 1) macro
796 # define UINTMAX_MAX (((1UL << (@BITSIZEOF_UINTMAX_T@ - 1)) - 1) * 2 + 1) macro
801 # define UINTMAX_MAX UINT64_MAX macro
803 # define UINTMAX_MAX UINT32_MAX macro
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h146 #define UINTMAX_MAX UINT64_MAX macro
/macosx-10.10/text_cmds-88/sort/
H A Dsystem.h672 # define UINTMAX_MAX TYPE_MAXIMUM (uintmax_t) macro

Completed in 150 milliseconds