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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdint.h116 #define UINT_FAST8_MAX UINT8_MAX macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstdint_.h345 #undef UINT_FAST8_MAX macro
348 #define UINT_FAST8_MAX ULONG_MAX macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dstdint_.h588 # define UINT_FAST8_MAX (((1 << (@BITSIZEOF_UINT_FAST8_T@ - 1)) - 1) * 2 + 1) macro
590 # define UINT_FAST8_MAX (((1UL << (@BITSIZEOF_UINT_FAST8_T@ - 1)) - 1) * 2 + 1) macro
595 # define UINT_FAST8_MAX UINT64_MAX macro
597 # define UINT_FAST8_MAX UINT32_MAX macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/
H A Dstdint.h121 #define UINT_FAST8_MAX UINT8_MAX macro

Completed in 93 milliseconds