Searched defs:UINT8_C (Results 1 – 9 of 9) sorted by relevance
456 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro458 # define UINT8_C(value) value##ui8 macro481 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
150 #define UINT8_C(C) C##ui8 macro
101 #define UINT8_C(c) c macro
235 #define UINT8_C(val) val##ui8 macro