Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_c.c144 #ifndef UINT8_C
145 #error UINT8_C defined!
Dtest_no_macros.cpp144 #ifdef UINT8_C
145 #error UINT8_C defined!
Dtest_all_macros.cpp146 #ifndef UINT8_C
147 #error UINT8_C defined!
Dtest_limit_macros.cpp145 #ifdef UINT8_C
146 #error UINT8_C is defined!
Dtest_constant_macros.cpp145 #ifndef UINT8_C
146 #error UINT8_C is not defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h515 #undef UINT8_C
517 #define UINT8_C(x) x macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4116 uint_least8_t d1 = UINT8_C (0xff);
174 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20121 uint_least8_t d1 = UINT8_C (0xff);
20179 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;