Searched defs:UINT16_C (Results 1 – 15 of 15) sorted by relevance
155 # define UINT16_C(C) C##ui16 macro
156 # define UINT16_C(C) C##ui16 macro
86 #define UINT16_C(c) c ## U macro
133 # define UINT16_C(n) n ## U macro
236 #define UINT16_C(val) val##ui16 macro
248 #define UINT16_C(val) (val) macro
589 #define UINT16_C(x) x macro
428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro431 # define UINT16_C(v) v ## U macro
822 #define UINT16_C( value ) value ## U macro