Searched defs:UINT16_C (Results 1 – 8 of 8) sorted by relevance
156 # define UINT16_C(C) C##ui16 macro
207 #define UINT16_C(val) val macro
236 #define UINT16_C(val) val##ui16 macro
428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro431 # define UINT16_C(v) v ## U macro
589 #define UINT16_C(x) x macro
822 #define UINT16_C( value ) value ## U macro