Home | History | Annotate | Download | only in lint1

Lines Matching defs:u8

9 unsigned char u8;
14 u8 = 0xff;
16 u8 = 0x100;
18 u8 &= 0xff;
20 u8 &= 0x100;
22 u8 = u8 & 0x100;
24 u8 |= 0xff;
26 u8 |= 0x100;
28 u8 = u8 | 0x100;