Searched defs:UINT16_C (Results 1 – 7 of 7) sorted by relevance
141 #define UINT16_C(c) ((uint16_t)(c ## UL)) macro
46 #define UINT16_C(c) (c) macro
44 #define UINT16_C(c) (c) macro
42 #define UINT16_C(c) (c) macro
50 #define UINT16_C(c) (c) macro
457 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro460 # define UINT16_C(v) v ## U macro