Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp83 #ifndef UINT_FAST32_MAX
84 #error UINT_FAST32_MAX defined!
Dtest_c.c81 #ifndef UINT_FAST32_MAX
82 #error UINT_FAST32_MAX defined!
Dtest_no_macros.cpp83 #ifdef UINT_FAST32_MAX
84 #error UINT_FAST32_MAX defined!
Dtest_constant_macros.cpp84 #ifdef UINT_FAST32_MAX
85 #error UINT_FAST32_MAX is defined!
Dtest_limit_macros.cpp83 #ifndef UINT_FAST32_MAX
84 #error UINT_FAST32_MAX is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint61 UINT_FAST32_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h389 #undef UINT_FAST32_MAX
392 #define UINT_FAST32_MAX ULONG_MAX macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp203 static_assert(UINT_FAST32_MAX >= 4294967295U, "UINT_FAST32_MAX >= 4294967295"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp151 #ifndef UINT_FAST32_MAX
152 #error UINT_FAST32_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp203 static_assert(UINT_FAST32_MAX >= 4294967295U, "UINT_FAST32_MAX >= 4294967295"); in main()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4134 uint_fast32_t f3 = UINT_FAST32_MAX;
197 int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20139 uint_fast32_t f3 = UINT_FAST32_MAX;
20202 int check_uint_fast32: (uint_fast32_t) -1 == UINT_FAST32_MAX ? 1 : -1;