Home
last modified time | relevance | path

Searched defs:INT32_C (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/boost/
Dcstdint.hpp449 # define INT32_C(value) value##i32 macro
494 # define INT32_C(value) value macro
497 # define INT32_C(value) value##L macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h159 #define INT32_C(C) C##i32 macro
/third_party/musl/ndk_musl_include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h99 #define INT32_C(c) c macro
/third_party/boost/boost/config/platform/
Dvxworks.hpp174 # define INT32_C(x) VX_JOIN(x, L) macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h232 #define INT32_C(val) val##i32 macro