Home
last modified time | relevance | path

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

/third_party/boost/boost/
Dcstdint.hpp456 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro
458 # define UINT8_C(value) value##ui8 macro
481 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DDataTypes.h150 #define UINT8_C(C) C##ui8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/liteos_a/kernel/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/uniproton/kernel/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/porting/liteos_m/user/include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/musl/ndk_musl_include/
Dstdint.h101 #define UINT8_C(c) c macro
/third_party/libuv/include/uv/
Dstdint-msvc2008.h235 #define UINT8_C(val) val##ui8 macro