Searched refs:UINT_LEAST64_MAX (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h108 #define UINT_LEAST64_MAX UINT64_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h542 # ifndef UINT_LEAST64_MAX
544 # 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.10.1/Libc-1044.1.2/include/
H A Dstdint.h103 #define UINT_LEAST64_MAX UINT64_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h156 #define UINT_LEAST64_MAX UINT64_MAX macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h332 #undef UINT_LEAST64_MAX macro
334 # define UINT_LEAST64_MAX UINT64_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in648 #undef UINT_LEAST64_MAX
H A Dconfig.h.msvc646 #undef UINT_LEAST64_MAX
H A Dconfig.h_vms647 #undef UINT_LEAST64_MAX
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim222 syn keyword cConstant UINT_LEAST8_MAX UINT_LEAST16_MAX UINT_LEAST32_MAX UINT_LEAST64_MAX

Completed in 170 milliseconds