Home
last modified time | relevance | path

Searched defs:INT64_C (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/
Dcstdint.hpp452 # define INT64_C(value) value##i64 macro
509 # define INT64_C(value) value##LL macro
517 # define INT64_C(value) value##LL macro
525 # define INT64_C(value) value##L macro
533 # define INT64_C(value) value##LL macro
/third_party/boost/boost/date_time/
Dcompiler_config.hpp45 #define INT64_C(value) int64_t(value) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h106 #define INT64_C(c) c ## L macro
111 #define INT64_C(c) c ## LL macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h106 #define INT64_C(c) c ## L macro
111 #define INT64_C(c) c ## LL macro
/third_party/musl/include/
Dstdint.h106 #define INT64_C(c) c ## L macro
111 #define INT64_C(c) c ## LL macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h106 #define INT64_C(c) c ## L macro
111 #define INT64_C(c) c ## LL macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h106 #define INT64_C(c) c ## L macro
111 #define INT64_C(c) c ## LL macro
/third_party/musl/ndk_musl_include/
Dstdint.h106 #define INT64_C(c) c ## L macro
111 #define INT64_C(c) c ## LL macro
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h196 # define INT64_C(c) c ## LL macro
/third_party/node/deps/icu-small/source/common/unicode/
Dumachine.h233 # define INT64_C(c) c ## LL macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h165 #define INT64_C(C) C##i64 macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dumachine.h233 # define INT64_C(c) c ## LL macro
/third_party/icu/icu4c/source/common/unicode/
Dumachine.h233 # define INT64_C(c) c ## LL macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h233 #define INT64_C(val) val##i64 macro
/third_party/boost/boost/config/platform/
Dvxworks.hpp176 # define INT64_C(x) VX_JOIN(x, LL) macro