Searched defs:UINT8_C (Results 1 – 7 of 7) sorted by relevance
140 #define UINT8_C(c) ((uint8_t)(c ## UL)) macro
45 #define UINT8_C(c) (c) macro
43 #define UINT8_C(c) (c) macro
41 #define UINT8_C(c) (c) macro
49 #define UINT8_C(c) (c) macro
475 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro478 # define UINT8_C(v) v ## U macro