Home
last modified time | relevance | path

Searched defs:INTMAX_C (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp63 # define INTMAX_C(c) c##LL macro
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.h550 # define INTMAX_C(x) x##LL macro
552 # define INTMAX_C(x) INT64_C(x) macro
554 # define INTMAX_C(x) x##L macro