/third_party/boost/boost/ |
D | cstdint.hpp | 74 # if defined(INTMAX_C) && defined(__CYGWIN__) 75 # undef INTMAX_C 77 # define INTMAX_C(c) c##LL macro 429 #undef INTMAX_C 469 #ifndef INTMAX_C 470 # define INTMAX_C(value) value##i64 macro 543 # define INTMAX_C(value) INT32_C(value) macro 546 # define INTMAX_C(value) INT64_C(value) macro
|
/third_party/boost/libs/chrono/test/ |
D | intmax_c.cpp | 10 #ifdef INTMAX_C 11 #define BOOST_INTMAX_C(a) INTMAX_C(a)
|
/third_party/boost/boost/ratio/ |
D | config.hpp | 46 #ifdef INTMAX_C 47 #define BOOST_RATIO_INTMAX_C(a) INTMAX_C(a)
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdint.h | 108 #define INTMAX_C(c) c ## L macro 113 #define INTMAX_C(c) c ## LL macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdint.h | 108 #define INTMAX_C(c) c ## L macro 113 #define INTMAX_C(c) c ## LL macro
|
/third_party/musl/include/ |
D | stdint.h | 108 #define INTMAX_C(c) c ## L macro 113 #define INTMAX_C(c) c ## LL macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdint.h | 108 #define INTMAX_C(c) c ## L macro 113 #define INTMAX_C(c) c ## LL macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdint.h | 108 #define INTMAX_C(c) c ## L macro 113 #define INTMAX_C(c) c ## LL macro
|
/third_party/musl/ndk_musl_include/ |
D | stdint.h | 108 #define INTMAX_C(c) c ## L macro 113 #define INTMAX_C(c) c ## LL macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 2-1.c | 22 #define EXPECTEDVALUE INTMAX_C(1000000)
|
/third_party/boost/libs/config/test/ |
D | cstdint_test.cpp | 195 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() 198 boost::intmax_t intmax = INTMAX_C(-2147483647); in main()
|
D | cstdint_test2.cpp | 205 boost::intmax_t intmax = INTMAX_C(-9223372036854775807); in main() 208 boost::intmax_t intmax = INTMAX_C(-2147483647); in main()
|
/third_party/musl/libc-test/src/api/ |
D | stdint.c | 95 C(INTMAX_C(0)) in f()
|
D | inttypes.c | 97 C(INTMAX_C(0)) in f()
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 241 #define INTMAX_C INT64_C macro
|
/third_party/boost/libs/config/doc/ |
D | cstdint.qbk | 136 INT8_C, UINT8_C, INT16_C, UINT16_C, INT32_C, UINT32_C, INTMAX_C, UINTMAX_C.
|
/third_party/libexif/m4m/ |
D | stdint.m4 | 646 # define INTMAX_C(c) c ## L 649 # define INTMAX_C(c) c ## LL
|
/third_party/boost/libs/ratio/doc/ |
D | ratio.qbk | 2345 …[[2] [INTMAX_C is not always defined.] [Replace INTMAX_C by BOOST_INTMAX_C until boost/cstdint.…
|
/third_party/boost/libs/chrono/doc/ |
D | chrono.qbk | 7622 * Replace `INTMAX_C` by `BOOST_INTMAX_C` until `boost/cstdint.hpp` ensures `INTMAX_C` is always def…
|