Searched defs:UINT8_MAX (Results 1 – 8 of 8) sorted by relevance
31 #define UINT8_MAX ((u8)(~0U)) macro
74 #define UINT8_MAX 0xff macro
72 #define UINT8_MAX 0xff macro
84 #define UINT8_MAX 0xff macro
98 #define UINT8_MAX 0xff macro
140 #define UINT8_MAX _UI8_MAX macro
46 #define UINT8_MAX (255) macro
29 #define UINT8_MAX (u8)(~((u8)0)) /* 0xFF */ macro