Home
last modified time | relevance | path

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

/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_all_macros.cpp209 #ifndef INTMAX_C
210 #error INTMAX_C defined!
Dtest_c.c207 #ifndef INTMAX_C
208 #error INTMAX_C defined!
Dtest_no_macros.cpp207 #ifdef INTMAX_C
208 #error INTMAX_C defined!
Dtest_limit_macros.cpp208 #ifdef INTMAX_C
209 #error INTMAX_C is defined!
Dtest_constant_macros.cpp208 #ifndef INTMAX_C
209 #error INTMAX_C is not defined!
/ndk/sources/cxx-stl/llvm-libc++/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++/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++/include/
Dcstdint97 INTMAX_C(value)
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp251 #ifndef INTMAX_C
252 #error INTMAX_C not defined