Searched defs:UINT16_C (Results 1 – 6 of 6) sorted by relevance
143 # define UINT16_C(C) C##ui16 macro
156 # define UINT16_C(C) C##ui16 macro
248 #define UINT16_C(val) (val) macro
388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro391 # define UINT16_C(v) v ## U macro
589 #define UINT16_C(x) x macro
822 #define UINT16_C( value ) value ## U macro