Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp62 # undef UINTMAX_C
64 # define UINTMAX_C(c) c##ULL macro
424 # define UINTMAX_C(value) value##ui64 macro
496 # define UINTMAX_C(value) UINT32_C(value) macro
499 # define UINTMAX_C(value) UINT64_C(value) macro
/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_no_macros.cpp212 #ifdef UINTMAX_C
213 #error UINTMAX_C defined!
Dtest_c.c210 #ifndef UINTMAX_C
211 #error UINTMAX_C defined!
Dtest_all_macros.cpp212 #ifndef UINTMAX_C
213 #error UINTMAX_C defined!
Dtest_limit_macros.cpp213 #ifdef UINTMAX_C
214 #error UINTMAX_C is defined!
Dtest_constant_macros.cpp214 #ifndef UINTMAX_C
215 #error UINTMAX_C is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp287 #ifndef UINTMAX_C in main()
288 #error UINTMAX_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp287 #ifndef UINTMAX_C in main()
288 #error UINTMAX_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint98 UINTMAX_C(value)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp255 #ifndef UINTMAX_C
256 #error UINTMAX_C not defined