Searched refs:UINT16_C (Results 1 – 2 of 2) sorted by relevance
300 (((uint16_t)(x) & UINT16_C(0xff00)) >> 8) | \301 (((uint16_t)(x) & UINT16_C(0x00ff)) << 8)))
189 #define UINT16_C(v) v macro