Home
last modified time | relevance | path

Searched defs:INT8_C (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h147 #define INT8_C(C) C##i8 macro
/third_party/boost/boost/
Dcstdint.hpp443 # define INT8_C(value) value##i8 macro
480 # define INT8_C(value) static_cast<boost::int8_t>(value) macro
/third_party/musl/ndk_musl_include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h97 #define INT8_C(c) c macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h230 #define INT8_C(val) val##i8 macro