Searched refs:UINT16_C (Results 1 – 2 of 2) sorted by relevance
262 (((uint16_t)(x) & UINT16_C(0xff00)) >> 8) | \263 (((uint16_t)(x) & UINT16_C(0x00ff)) << 8)))
189 #define UINT16_C(v) v macro
Completed in 6 milliseconds