/src/tests/usr.bin/xlint/lint1/ |
msg_306.c | 9 unsigned char u8; variable in typeref:typename:unsigned char 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 [all...] |
msg_309.c | 13 u8_t u8; variable in typeref:typename:u8_t 73 u8 = u8 & 0x7f; 74 u8 = u8 & 0x80; 75 u8 = u8 & -0x80; 77 u8 = u8 & (u8_t)-0x80; 79 u8 = u8 & (u8_t)-0x80U [all...] |
platform_ilp32_int.c | 31 unsigned char u8; variable in typeref:typename:unsigned char 41 u8 += u8_buf[0x00ffffff]; 43 u8 += u8_buf[0x7fffffff]; 46 u8 += u8_buf[2147483648]; 48 u8 += u8_buf[0x80000000]; 50 u8 += u8_buf[0xffffffff]; 52 u8 += u8_buf[0x80000000]; 54 u8 += u8_buf[0xffffffff]; 57 u8 += u8_buf[0x00ffffffffffffff]; 59 u8 += u8_buf[0xffffffffffffffff] [all...] |
platform_ilp32_long.c | 40 unsigned char u8; variable in typeref:typename:unsigned char 50 u8 += u8_buf[0x00ffffff]; 52 u8 += u8_buf[0x7fffffff]; 55 u8 += u8_buf[2147483648]; 58 u8 += u8_buf[0x80000000]; 61 u8 += u8_buf[0xffffffff]; 64 u8 += u8_buf[0x80000000]; 67 u8 += u8_buf[0xffffffff]; 70 u8 += u8_buf[0x00ffffffffffffff]; 72 u8 += u8_buf[0xffffffffffffffff] [all...] |
msg_117.c | 9 unsigned char u8; variable in typeref:typename:unsigned char 37 u32 = u8 << 0; 38 u32 = u8 << 23; 40 u32 = u8 << 24; 41 u32 = u8 << 31; 43 u32 = u8 << 32; 45 u64 = u8 << 32;
|
platform_lp64.c | 48 unsigned char u8; variable in typeref:typename:unsigned char 58 u8 += u8_buf[0x00ffffff]; 60 u8 += u8_buf[0x7fffffff]; 62 u8 += u8_buf[2147483648]; 64 u8 += u8_buf[0x80000000]; 66 u8 += u8_buf[0xffffffff]; 68 u8 += u8_buf[0x80000000]; 70 u8 += u8_buf[0xffffffff]; 72 u8 += u8_buf[0x00ffffffffffffff]; 74 u8 += u8_buf[0xffffffffffffffff] [all...] |
queries.c | 44 u8_t u8; variable in typeref:typename:u8_t 55 unsigned u8:8; member in struct:__anon3b7e37630108 107 u16 += u8; 137 u32 = u32 & u8; 188 cond = (_Bool)u8; 189 u8 = (u8_t)cond; 193 u8 = (u8_t)u8; 194 u8 = (u8_t)u16; 195 u8 = (u16_t)u8 [all...] |
msg_132.c | 28 u8_t u8; variable in typeref:typename:u8_t 48 unsigned u8:8; member in struct:bit_fields 61 u8 = u16; 63 u8 = u32; 65 u8 = u64; 67 u16 = u8; 73 u32 = u8; 78 u64 = u8; 93 s16 = u8; 99 s32 = u8; [all...] |
/src/sys/lib/libkern/ |
entpool.h | 67 uint8_t u8[ENTPOOL_SIZE]; member in union:entpool::__anon09af1a2e010a
|
/src/lib/libc/citrus/ |
citrus_lc_monetary.c | 134 uint8_t u8; local in function:_citrus_LC_MONETARY_init_normal 150 if (_db_lookup8_by_s(db, key->name, &u8, NULL)) 153 *p_char = (char)(unsigned char)u8;
|
/src/sys/arch/xen/include/ |
hypervisor.h | 82 #define u8 uint8_t macro 122 #undef u8
|
/src/sbin/veriexecctl/ |
veriexecctl.c | 129 uint8_t u8; local in function:print_query 137 prop_dictionary_get_uint8(qp, "entry-type", &u8); 139 flags2str(u8, buf, sizeof(buf)); 141 prop_dictionary_get_uint8(qp, "status", &u8); 142 printf("Entry status: %s\n", STATUS_STRING(u8)); 180 uint8_t u8; local in function:print_entry 193 prop_dictionary_get_uint8(entry, "entry-type", &u8); 194 flags2str(u8, flags, sizeof(flags));
|
/src/usr.bin/mklocale/ |
mklocaledb.c | 97 uint8_t u8; local in function:save_as_uint8 102 u8 = (uint8_t)(value & 0xFF); 103 return _db_factory_add8_by_s(df, key, u8);
|
/src/usr.bin/hexdump/ |
display.c | 133 uint64_t u8; local in function:print 205 memmove(&u8, bp, sizeof(u8)); 206 (void)printf(pr->fmt, (uint64_t)u8);
|
/src/sys/external/bsd/acpica/dist/include/platform/ |
acwin.h | 202 typedef unsigned char u8; typedef in typeref:typename:unsigned char
|
/src/sys/external/bsd/common/include/linux/ |
types.h | 39 typedef uint8_t u8; typedef in typeref:typename:uint8_t
|
/src/usr.bin/gzip/ |
unxz.c | 179 uint8_t u8[IO_BUFFER_SIZE]; member in union:__anonac58d80c010a 329 ret = lzma_stream_footer_decode(&footer_flags, buf.u8); 371 strm.next_in = buf.u8; 406 ret = lzma_stream_header_decode(&header_flags, buf.u8);
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_osdep.h | 147 typedef uint8_t u8; typedef in typeref:typename:uint8_t
|
/src/sys/net80211/ |
ieee80211_crypto_tkip.c | 90 typedef uint8_t u8; typedef in typeref:typename:uint8_t 100 u8 tx_rc4key[16]; /* XXX for test module; make locals? */ 104 u8 rx_rc4key[16]; /* XXX for test module; make locals? */ 108 static void michael_mic(struct tkip_ctx *, const u8 *key, 110 u8 mic[IEEE80211_WEP_MICLEN]); 328 u8 mic[IEEE80211_WEP_MICLEN]; 329 u8 mic0[IEEE80211_WEP_MICLEN]; 433 static __inline u8 Lo8(u16 val) 438 static __inline u8 Hi8(u16 val) 453 static __inline u16 Mk16(u8 hi, u8 lo [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_internal_defs.h | 150 typedef unsigned char u8; typedef in namespace:__sanitizer
|
/src/sys/external/bsd/dwc2/ |
dwc2.h | 59 #define u8 uint8_t macro
|
/src/sys/external/bsd/ena-com/ |
ena_plat.h | 256 #define u8 uint8_t macro
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 115 u8 = 6.46694052280506568192333848437585427e-02L, variable in typeref:typename:const long double 290 y*(u8+y*(u9+y*u10))))))))));
|
/src/sys/dev/pci/cxgb/ |
cxgb_osdep.h | 331 typedef uint8_t u8; typedef in typeref:typename:uint8_t
|
/src/sys/external/bsd/drm/dist/bsd-core/ |
drmP.h | 327 typedef u_int8_t u8; typedef in typeref:typename:u_int8_t 332 typedef uint8_t u8; typedef in typeref:typename:uint8_t
|