Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp414 # define UINT16_C(value) value##ui16 macro
441 # define UINT16_C(value) static_cast<boost::uint16_t>(value##u) macro