HomeSort by: relevance | last modified time | path
    Searched defs:u8_t (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_309.c 8 typedef unsigned char u8_t; typedef in typeref:typename:unsigned char
13 u8_t u8;
77 u8 = u8 & (u8_t)-0x80;
79 u8 = u8 & (u8_t)-0x80U;
queries.c 23 typedef unsigned char u8_t; typedef in typeref:typename:unsigned char
44 u8_t u8;
189 u8 = (u8_t)cond;
193 u8 = (u8_t)u8;
194 u8 = (u8_t)u16;
199 u16 = (u8_t)u8;
200 u16 = (u8_t)u16;
208 u8 = (u8_t)s8;
msg_132.c 16 typedef unsigned char u8_t; typedef in typeref:typename:unsigned char
28 u8_t u8;
202 * The expression 'u8_t << 8' is guaranteed to fit into an 'u16_t', and its
203 * lower 8 bits are guaranteed to be clear. 'u16_t | u8_t' is guaranteed to
566 u16 = (u8_t)(u32 & 0xffff) << 8;
569 u8 = (u8_t)(u64 & 0x0f);
570 u8 = (u8_t)(u64 & 0x0f) << 4;
572 u8 = (u8_t)(u64 & 0x0f) << 5;

Completed in 13 milliseconds