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

/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h107 #define UINT_LEAST32_MAX UINT32_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h102 #define UINT_LEAST32_MAX UINT32_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h155 #define UINT_LEAST32_MAX UINT32_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h500 # ifndef UINT_LEAST32_MAX
502 # define UINT_LEAST32_MAX (((1 << (@BITSIZEOF_UINT_LEAST32_T@ - 1)) - 1) * 2 + 1) macro
504 # define UINT_LEAST32_MAX (((1U << (@BITSIZEOF_UINT_LEAST32_T@ - 1)) - 1) * 2 + 1) macro
508 # define UINT_LEAST32_MAX UINT32_MAX macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h320 #undef UINT_LEAST32_MAX macro
323 #define UINT_LEAST32_MAX UINT32_MAX macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in645 #undef UINT_LEAST32_MAX
H A Dconfig.h.msvc643 #undef UINT_LEAST32_MAX
H A Dconfig.h_vms644 #undef UINT_LEAST32_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 148 milliseconds