Home
last modified time | relevance | path

Searched refs:UINT_FAST16_MAX (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp56 #ifdef UINT_FAST16_MAX
57 #error UINT_FAST16_MAX defined!
Dtest_c.c54 #ifndef UINT_FAST16_MAX
55 #error UINT_FAST16_MAX defined!
Dtest_all_macros.cpp56 #ifndef UINT_FAST16_MAX
57 #error UINT_FAST16_MAX defined!
Dtest_limit_macros.cpp56 #ifndef UINT_FAST16_MAX
57 #error UINT_FAST16_MAX is not defined!
Dtest_constant_macros.cpp57 #ifdef UINT_FAST16_MAX
58 #error UINT_FAST16_MAX is defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint60 UINT_FAST16_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h382 #undef UINT_FAST16_MAX
385 #define UINT_FAST16_MAX ULONG_MAX macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp202 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp147 #ifndef UINT_FAST16_MAX
148 #error UINT_FAST16_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp202 static_assert(UINT_FAST16_MAX >= 65535, "UINT_FAST16_MAX >= 65535"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4133 uint_fast16_t f2 = UINT_FAST16_MAX;
196 int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20138 uint_fast16_t f2 = UINT_FAST16_MAX;
20201 int check_uint_fast16: (uint_fast16_t) -1 == UINT_FAST16_MAX ? 1 : -1;