Home
last modified time | relevance | path

Searched refs:WINT_MAX (Results 1 – 19 of 19) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/depr/depr.c.headers/
Dstdint_h.xopen_source.compile.pass.cpp221 #ifndef WINT_MAX
222 #error WINT_MAX not defined
Dstdint_h.std_types_t.compile.pass.cpp221 #ifndef WINT_MAX
222 #error WINT_MAX not defined
/external/clang/test/Preprocessor/
Dstdint.c1480 WINT_MAX_ WINT_MAX
/external/musl/include/
Dstdint.h82 #define WINT_MAX UINT32_MAX macro
/external/capstone/include/windowsce/
Dstdint.h118 #define WINT_MAX 0xffff macro
/external/libcxx/include/
Dcstdint85 WINT_MAX
/external/libconfig/lib/win32/
Dstdint.h194 #define WINT_MAX _UI16_MAX macro
/external/jemalloc_new/include/msvc_compat/C99/
Dstdint.h219 #define WINT_MAX _UI16_MAX macro
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dcstdint84 WINT_MAX
/external/clang/lib/Headers/
Dstdint.h685 # define WINT_MAX __UINTN_MAX(__WINT_WIDTH__) macro
688 # define WINT_MAX __INTN_MAX(__WINT_WIDTH__) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dinttypes_h.pass.cpp215 #ifndef WINT_MAX
216 #error WINT_MAX not defined
Dstdint_h.pass.cpp250 assert(WINT_MAX == std::numeric_limits<wint_t>::max()); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dinttypes_h.compile.pass.cpp215 #ifndef WINT_MAX
216 #error WINT_MAX not defined
Dstdint_h.pass.cpp237 assert(WINT_MAX == std::numeric_limits<wint_t>::max()); in main()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp216 #ifndef WINT_MAX
217 #error WINT_MAX not defined
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp215 #ifndef WINT_MAX
216 #error WINT_MAX not defined
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp256 assert(WINT_MAX == std::numeric_limits<std::wint_t>::max()); in main()
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp251 assert(WINT_MAX == std::numeric_limits<std::wint_t>::max()); in main()
/external/crosvm/hypervisor/src/haxm/haxm_sys/
Dbindings.rs153 pub const WINT_MAX: u32 = 65535; constant