Searched defs:UINT8_C (Results 1 – 17 of 17) sorted by relevance
149 # define UINT8_C(C) C##ui8 macro
150 # define UINT8_C(C) C##ui8 macro
150 #define UINT8_C(C) C##ui8 macro
220 #define UINT8_C(val) val##ui8 macro
235 #define UINT8_C(val) val##ui8 macro
247 #define UINT8_C(val) (val) macro
447 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro450 # define UINT8_C(v) v ## U macro
84 def UINT8_C(c): return __CONCAT__(c,u) function
818 #define UINT8_C( value ) value ## U macro
155 def UINT8_C(c): return c ## U function
284 def UINT8_C(c): return c ## U function