Searched defs:UINT16_C (Results 1 – 3 of 3) sorted by relevance
223 #define UINT16_C(_c) (_c) macro
453 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro456 # define UINT16_C(v) v ## U macro
1456 # define UINT16_C(x) ((U16_TYPE)x##U) macro1458 # define UINT16_C(x) ((U16_TYPE)x##UL) macro