Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp74 #ifndef INT_FAST32_MAX
75 #error INT_FAST32_MAX defined!
Dtest_c.c72 #ifndef INT_FAST32_MAX
73 #error INT_FAST32_MAX defined!
Dtest_no_macros.cpp72 #ifdef INT_FAST32_MAX
73 #error INT_FAST32_MAX defined!
Dtest_limit_macros.cpp73 #ifndef INT_FAST32_MAX
74 #error INT_FAST32_MAX is not defined!
Dtest_constant_macros.cpp73 #ifdef INT_FAST32_MAX
74 #error INT_FAST32_MAX is defined!
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcstdint56 INT_FAST32_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h388 #undef INT_FAST32_MAX
391 #define INT_FAST32_MAX LONG_MAX macro
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
Dstdint_h.pass.cpp197 static_assert(INT_FAST32_MAX >= 2147483647, "INT_FAST32_MAX >= 2147483647"); in main()
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp135 #ifndef INT_FAST32_MAX
136 #error INT_FAST32_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp197 static_assert(INT_FAST32_MAX >= 2147483647, "INT_FAST32_MAX >= 2147483647"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4128 int_fast32_t e3 = INT_FAST32_MAX;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20133 int_fast32_t e3 = INT_FAST32_MAX;