Searched refs:UINT8_C (Results 1 – 9 of 9) sorted by relevance
36 #define HWORD(A) (UINT8_C(A))
140 #define UINT8_C(c) ((uint8_t)(c ## UL)) macro
43 #define UINT8_C(c) (c) macro
41 #define UINT8_C(c) (c) macro
45 #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 macro841 # define UINT8_MAX UINT8_C(255)
91 UINT8_C(value)