Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp61 # undef INTMAX_C
63 # define INTMAX_C(c) c##LL macro
422 #ifndef INTMAX_C
423 # define INTMAX_C(value) value##i64 macro
495 # define INTMAX_C(value) INT32_C(value) macro
498 # define INTMAX_C(value) INT64_C(value) macro
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h319 # define INT64_MIN (- INTMAX_C (1) << 63)
320 # define INT64_MAX INTMAX_C (9223372036854775807)
548 #undef INTMAX_C
550 # define INTMAX_C(x) x##LL macro
552 # define INTMAX_C(x) INT64_C(x) macro
554 # define INTMAX_C(x) x##L macro
/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp209 #ifdef INTMAX_C
210 #error INTMAX_C defined!
Dtest_c.c207 #ifndef INTMAX_C
208 #error INTMAX_C defined!
Dtest_all_macros.cpp209 #ifndef INTMAX_C
210 #error INTMAX_C defined!
Dtest_limit_macros.cpp210 #ifdef INTMAX_C
211 #error INTMAX_C is defined!
Dtest_constant_macros.cpp211 #ifndef INTMAX_C
212 #error INTMAX_C is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp283 #ifndef INTMAX_C in main()
284 #error INTMAX_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp283 #ifndef INTMAX_C in main()
284 #error INTMAX_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint97 INTMAX_C(value)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp251 #ifndef INTMAX_C
252 #error INTMAX_C not defined