Home
last modified time | relevance | path

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

/third_party/boost/boost/
Dcstdint.hpp77 # define INTMAX_C(c) c##LL macro
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/musl/porting/liteos_m/kernel/include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/third_party/musl/include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/third_party/musl/ndk_musl_include/
Dstdint.h108 #define INTMAX_C(c) c ## L macro
113 #define INTMAX_C(c) c ## LL macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h241 #define INTMAX_C INT64_C macro