Searched defs:UINT16_C (Results 1 – 18 of 18) sorted by relevance
155 # define UINT16_C(C) C##ui16 macro
156 # 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
86 def UINT16_C(c): return __CONCAT__(c,u) function
157 def UINT16_C(c): return c ## U function
822 #define UINT16_C( value ) value ## U macro
286 def UINT16_C(c): return c ## U function