Searched refs:WINT_MAX (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/libiconv-42/libiconv/srclib/
H A Dstdint_.h924 #ifndef WINT_MAX
927 # 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.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h192 #define WINT_MAX INT32_MAX macro
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstdint.h183 #define WINT_MAX INT32_MAX macro
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h220 #define WINT_MAX 0xffffU macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dstdint_.h439 #undef WINT_MAX macro
442 #define WINT_MAX \ macro
/macosx-10.10.1/libiconv-42/libiconv/
H A Dconfig.h.in665 #undef WINT_MAX
H A Dconfig.h.msvc663 #undef WINT_MAX
H A Dconfig.h_vms664 #undef WINT_MAX
H A Dconfigure28796 for bound in WINT_MIN WINT_MAX; do
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.tab591 WINT_MAX C XX 1 L wchar.h
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dc.vim229 syn keyword cConstant SIZE_MAX WCHAR_MIN WCHAR_MAX WINT_MIN WINT_MAX

Completed in 335 milliseconds