Searched defs:UINT_LEAST64_MAX (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdint.h103 #define UINT_LEAST64_MAX UINT64_MAX macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstdint_.h332 #undef UINT_LEAST64_MAX macro
334 # define UINT_LEAST64_MAX UINT64_MAX macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dstdint_.h544 # define UINT_LEAST64_MAX (((1UL << (@BITSIZEOF_UINT_LEAST64_T@ - 1)) - 1) * 2 + 1) macro
546 # define UINT_LEAST64_MAX (((1ULL << (@BITSIZEOF_UINT_LEAST64_T@ - 1)) - 1) * 2 + 1) macro
548 # define UINT_LEAST64_MAX (((1ui64 << (@BITSIZEOF_UINT_LEAST64_T@ - 1)) - 1) * 2 + 1) macro
553 # define UINT_LEAST64_MAX UINT64_MAX macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/
H A Dstdint.h108 #define UINT_LEAST64_MAX UINT64_MAX macro

Completed in 198 milliseconds