Home
last modified time | relevance | path

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

/third_party/boost/boost/
Dcstdint.hpp78 # define UINTMAX_C(c) c##ULL macro
471 # define UINTMAX_C(value) value##ui64 macro
544 # define UINTMAX_C(value) UINT32_C(value) macro
547 # define UINTMAX_C(value) UINT64_C(value) macro
/third_party/musl/ndk_musl_include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h109 #define UINTMAX_C(c) c ## UL macro
114 #define UINTMAX_C(c) c ## ULL macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h242 #define UINTMAX_C UINT64_C macro