Home | History | Annotate | Download | only in lint1

Lines Matching defs:u8

13 u8_t u8;
73 u8 = u8 & 0x7f;
74 u8 = u8 & 0x80;
75 u8 = u8 & -0x80;
77 u8 = u8 & (u8_t)-0x80;
79 u8 = u8 & (u8_t)-0x80U;