Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_c.c81 #ifndef UINT_FAST32_MAX
82 #error UINT_FAST32_MAX defined!
Dtest_no_macros.cpp81 #ifdef UINT_FAST32_MAX
82 #error UINT_FAST32_MAX defined!
Dtest_all_macros.cpp83 #ifndef UINT_FAST32_MAX
84 #error UINT_FAST32_MAX defined!
Dtest_limit_macros.cpp82 #ifndef UINT_FAST32_MAX
83 #error UINT_FAST32_MAX is not defined!
Dtest_constant_macros.cpp82 #ifdef UINT_FAST32_MAX
83 #error UINT_FAST32_MAX is defined!
/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/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;