Home
last modified time | relevance | path

Searched defs:UINT64_C (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/boost/
Dcstdint.hpp467 # define UINT64_C(value) value##ui64 macro
510 # define UINT64_C(value) value##uLL macro
518 # define UINT64_C(value) value##uLL macro
526 # define UINT64_C(value) value##uL macro
534 # define UINT64_C(value) value##uLL macro
/third_party/musl/ndk_musl_include/
Dstdint.h107 #define UINT64_C(c) c ## UL macro
112 #define UINT64_C(c) c ## ULL macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h107 #define UINT64_C(c) c ## UL macro
112 #define UINT64_C(c) c ## ULL macro
/third_party/musl/include/
Dstdint.h107 #define UINT64_C(c) c ## UL macro
112 #define UINT64_C(c) c ## ULL macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h107 #define UINT64_C(c) c ## UL macro
112 #define UINT64_C(c) c ## ULL macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h107 #define UINT64_C(c) c ## UL macro
112 #define UINT64_C(c) c ## ULL macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h107 #define UINT64_C(c) c ## UL macro
112 #define UINT64_C(c) c ## ULL macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h204 # define UINT64_C(c) c ## ULL macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h241 # define UINT64_C(c) c ## ULL macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h241 # define UINT64_C(c) c ## ULL macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h168 #define UINT64_C(C) C##ui64 macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h241 # define UINT64_C(c) c ## ULL macro
/third_party/boost/boost/config/platform/
Dvxworks.hpp177 # define UINT64_C(x) VX_JOIN(x, ULL) macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h238 #define UINT64_C(val) val##ui64 macro