Searched defs:UINT8_C (Results 1 – 9 of 9) sorted by relevance
460 # define UINT8_C(value) static_cast<unsigned char>(value##u) macro462 # define UINT8_C(value) value##ui8 macro485 # define UINT8_C(value) static_cast<boost::uint8_t>(value##u) macro
70 #define UINT8_C(val) val##ui8 macro281 #define UINT8_C(val) val##ui8 macro
190 #define UINT8_C(v) v macro
188 #define UINT8_C(v) v macro
248 #define UINT8_C(c) __UINT8_C(c) macro
258 # define UINT8_C(c) c macro