Searched defs:UINT8_C (Results 1 – 6 of 6) sorted by relevance
150 # define UINT8_C(C) C##ui8 macro
235 #define UINT8_C(val) val##ui8 macro
584 #define UINT8_C(x) x macro
447 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro450 # define UINT8_C(v) v ## U macro
818 #define UINT8_C( value ) value ## U macro