Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp409 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro
411 # define UINT8_C(value) value##ui8 macro
434 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h517 #define UINT8_C(x) x macro