Searched defs:WCHAR_MAX (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dwchar.h86 #define WCHAR_MAX __DARWIN_WCHAR_MAX macro
H A Dstdint.h164 # define WCHAR_MAX __WCHAR_MAX__ macro
166 # define WCHAR_MAX 0x7fffffff macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h213 #define WCHAR_MAX 0xffffU macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h431 #undef WCHAR_MAX macro
434 #define WCHAR_MAX \ macro
/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h891 # define WCHAR_MAX (~ (-1L << (@BITSIZEOF_WCHAR_T@ - 1))) macro
893 # define WCHAR_MAX (~ (-1 << (@BITSIZEOF_WCHAR_T@ - 1))) macro
897 # define WCHAR_MAX (((1UL << (@BITSIZEOF_WCHAR_T@ - 1)) - 1) * 2 + 1) macro
899 # define WCHAR_MAX (((1U << (@BITSIZEOF_WCHAR_T@ - 1)) - 1) * 2 + 1) macro
901 # define WCHAR_MAX (((1 << (@BITSIZEOF_WCHAR_T@ - 1)) - 1) * 2 + 1) macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h173 # define WCHAR_MAX __WCHAR_MAX__ macro
175 # define WCHAR_MAX 0x7fffffff macro

Completed in 104 milliseconds