Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp47 #ifdef INT_FAST16_MAX
48 #error INT_FAST16_MAX defined!
Dtest_all_macros.cpp47 #ifndef INT_FAST16_MAX
48 #error INT_FAST16_MAX defined!
Dtest_c.c45 #ifndef INT_FAST16_MAX
46 #error INT_FAST16_MAX defined!
Dtest_constant_macros.cpp48 #ifdef INT_FAST16_MAX
49 #error INT_FAST16_MAX is defined!
Dtest_limit_macros.cpp47 #ifndef INT_FAST16_MAX
48 #error INT_FAST16_MAX is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint55 INT_FAST16_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h381 #undef INT_FAST16_MAX
384 #define INT_FAST16_MAX LONG_MAX macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp196 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp131 #ifndef INT_FAST16_MAX
132 #error INT_FAST16_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp196 static_assert(INT_FAST16_MAX >= 32767, "INT_FAST16_MAX >= 32767"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4126 int_fast16_t e2 = INT_FAST16_MAX;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20131 int_fast16_t e2 = INT_FAST16_MAX;