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

/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdint.h187 #define WINT_MAX INT32_MAX macro
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dstdint_.h439 #undef WINT_MAX macro
442 #define WINT_MAX \ macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dstdint_.h927 # define WINT_MAX (~ (-1L << (@BITSIZEOF_WINT_T@ - 1))) macro
929 # define WINT_MAX (~ (-1 << (@BITSIZEOF_WINT_T@ - 1))) macro
933 # define WINT_MAX (((1UL << (@BITSIZEOF_WINT_T@ - 1)) - 1) * 2 + 1) macro
935 # define WINT_MAX (((1U << (@BITSIZEOF_WINT_T@ - 1)) - 1) * 2 + 1) macro
937 # define WINT_MAX (((1 << (@BITSIZEOF_WINT_T@ - 1)) - 1) * 2 + 1) macro
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/
H A Dstdint.h192 #define WINT_MAX INT32_MAX macro

Completed in 80 milliseconds