Searched refs:UINT16_C (Results 1 – 17 of 17) sorted by relevance
59 #undef UINT16_C71 #define UINT16_C(val) val##ui16 macro282 #define UINT16_C(val) val##ui16 macro
435 #undef UINT16_C464 #ifndef UINT16_C465 # define UINT16_C(value) value##ui16 macro492 # define UINT16_C(value) static_cast<boost::uint16_t>(value##u) macro
257 (((uint16_t)(x) & UINT16_C(0xff00)) >> 8) | \258 (((uint16_t)(x) & UINT16_C(0x00ff)) << 8)))
190 #define UINT16_C(v) v macro
28 #define U16_C(x) UINT16_C(x)
249 #undef UINT16_C250 #define UINT16_C(c) __UINT16_C(c) macro
93 UINT16_C(value)
192 #define UINT16_C(v) v macro
259 # define UINT16_C(c) c macro
830 +#ifndef UINT16_C831 +# define UINT16_C(value) value##ui16858 +# define UINT16_C(value) static_cast<boost::uint16_t>(value##u)