Searched defs:UINT8_C (Results 1 – 2 of 2) sorted by relevance
409 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro411 # define UINT8_C(value) value##ui8 macro434 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
517 #define UINT8_C(x) x macro