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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdint.h100 #define UINT_LEAST8_MAX UINT8_MAX macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstdint_.h306 #undef UINT_LEAST8_MAX macro
309 #define UINT_LEAST8_MAX UINT8_MAX macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dstdint_.h450 # define UINT_LEAST8_MAX (((1 << (@BITSIZEOF_UINT_LEAST8_T@ - 1)) - 1) * 2 + 1) macro
452 # define UINT_LEAST8_MAX (((1U << (@BITSIZEOF_UINT_LEAST8_T@ - 1)) - 1) * 2 + 1) macro
456 # define UINT_LEAST8_MAX UINT8_MAX macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/
H A Dstdint.h105 #define UINT_LEAST8_MAX UINT8_MAX macro

Completed in 87 milliseconds