Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_c.c27 #ifndef UINT_FAST8_MAX
28 #error UINT_FAST8_MAX defined!
Dtest_no_macros.cpp27 #ifdef UINT_FAST8_MAX
28 #error UINT_FAST8_MAX defined!
Dtest_all_macros.cpp29 #ifndef UINT_FAST8_MAX
30 #error UINT_FAST8_MAX defined!
Dtest_limit_macros.cpp28 #ifndef UINT_FAST8_MAX
29 #error UINT_FAST8_MAX is not defined!
Dtest_constant_macros.cpp28 #ifdef UINT_FAST8_MAX
29 #error UINT_FAST8_MAX is defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h375 #undef UINT_FAST8_MAX
378 #define UINT_FAST8_MAX ULONG_MAX macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4132 uint_fast8_t f1 = UINT_FAST8_MAX;
195 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20137 uint_fast8_t f1 = UINT_FAST8_MAX;
20200 int check_uint_fast8: (uint_fast8_t) -1 == UINT_FAST8_MAX ? 1 : -1;