Searched refs:UINT8_C (Results 1 – 9 of 9) sorted by relevance
149 #ifndef UINT8_C150 # define UINT8_C(C) C##ui8 macro
136 #ifndef UINT8_C137 # define UINT8_C(C) C##ui8 macro
139 #ifndef UINT8_C140 # define UINT8_C(C) C##ui8
950 UINT8_C_(0) UINT8_C(0)
407 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro410 # define UINT8_C(v) v ## U macro597 # define UINT8_MAX UINT8_C(255)
235 #define UINT8_C(val) val##ui8 macro
817 #if( !defined( UINT8_C ) )818 #define UINT8_C( value ) value ## U macro
641 # define UINT8_C(c) c ## U
604 # define UINT8_C(c) c ## U