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

/external/clang/test/Preprocessor/
H A Dstdint.c1480 WINT_MAX_ WINT_MAX
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h219 #define WINT_MAX _UI16_MAX macro
/external/libusb/msvc/
H A Dstdint.h220 #define WINT_MAX 0xffffU macro
/external/libvncserver/compat/msvc/
H A Dstdint.h219 #define WINT_MAX _UI16_MAX macro
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dvcstdint.h204 #define WINT_MAX _UI16_MAX macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp249 // WINT_MAX
250 assert(WINT_MAX == std::numeric_limits<wint_t>::max());
H A Dinttypes_h.pass.cpp215 #ifndef WINT_MAX
216 #error WINT_MAX not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp250 // WINT_MAX
251 assert(WINT_MAX == std::numeric_limits<std::wint_t>::max());
/external/clang/lib/Headers/
H A Dstdint.h685 # define WINT_MAX __UINTN_MAX(__WINT_WIDTH__) macro
688 # define WINT_MAX __INTN_MAX(__WINT_WIDTH__) macro
/external/libcxx/test/std/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp215 #ifndef WINT_MAX
216 #error WINT_MAX not defined

Completed in 315 milliseconds