Home
last modified time | relevance | path

Searched refs:UINTMAX_C (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h325 # define UINT64_MAX UINTMAX_C (18446744073709551615)
557 #undef UINTMAX_C
559 # define UINTMAX_C(x) x##ULL macro
561 # define UINTMAX_C(x) UINT64_C(x) macro
563 # define UINTMAX_C(x) x##UL macro
/ndk/tests/build/stdint-c++/jni/
Dtest_c.c210 #ifndef UINTMAX_C
211 #error UINTMAX_C defined!
Dtest_no_macros.cpp210 #ifdef UINTMAX_C
211 #error UINTMAX_C defined!
Dtest_all_macros.cpp212 #ifndef UINTMAX_C
213 #error UINTMAX_C defined!
Dtest_limit_macros.cpp211 #ifdef UINTMAX_C
212 #error UINTMAX_C is defined!
Dtest_constant_macros.cpp211 #ifndef UINTMAX_C
212 #error UINTMAX_C is not defined!