Home
last modified time | relevance | path

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

/ndk/tests/build/stdint-c++/jni/
Dtest_c.c117 #ifndef UINTMAX_MAX
118 #error UINTMAX_MAX defined!
Dtest_all_macros.cpp119 #ifndef UINTMAX_MAX
120 #error UINTMAX_MAX defined!
Dtest_no_macros.cpp117 #ifdef UINTMAX_MAX
118 #error UINTMAX_MAX defined!
Dtest_constant_macros.cpp118 #ifdef UINTMAX_MAX
119 #error UINTMAX_MAX is defined!
Dtest_limit_macros.cpp118 #ifndef UINTMAX_MAX
119 #error UINTMAX_MAX is not defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h427 #undef UINTMAX_MAX
429 # define UINTMAX_MAX UINT64_MAX macro
431 # define UINTMAX_MAX UINT32_MAX macro
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4144 uintmax_t j = UINTMAX_MAX;
200 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20149 uintmax_t j = UINTMAX_MAX;
20205 int check_uintmax: (uintmax_t) -1 == UINTMAX_MAX ? 1 : -1;