Searched defs:UINT8_C (Results 1 – 11 of 11) sorted by relevance
150 #define UINT8_C(C) C##ui8 macro
150 # define UINT8_C(C) C##ui8 macro
125 #define UINT8_C(x) (x) macro
82 #define UINT8_C(x) x macro
235 #define UINT8_C(val) val##ui8 macro
433 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro436 # define UINT8_C(v) v ## U 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
155 def UINT8_C(c): return c ## U function
818 #define UINT8_C( value ) value ## U macro
284 def UINT8_C(c): return c ## U function