Lines Matching refs:__u8
52 __u8 fwd_emitted: 1;
54 __u8 name_resolved: 1;
56 __u8 referenced: 1;
70 __u8 indent_lvl; /* base indent level */
1703 __u8 bits_offset,
1704 __u8 bit_sz);
1749 __u8 bits_offset,
1750 __u8 bit_sz,
1754 const __u8 *bytes = data;
1755 __u8 nr_copy_bits;
1790 __u8 bits_offset,
1791 __u8 bit_sz)
1807 __u8 bits_offset,
1808 __u8 bit_sz)
1828 static __u8 bytecmp[16] = {};
1864 __u8 bits_offset)
1866 __u8 encoding = btf_int_encoding(t);
1943 btf_dump_type_values(d, "%u", *(__u8 *)data);
2105 __u8 bit_sz;
2177 *value = is_signed ? *(__s8 *)data : *(__u8 *)data;
2253 __u8 bits_offset,
2254 __u8 bit_sz)
2260 __u8 nr_bytes = (bits_offset + bit_sz + 7) / 8;
2312 __u8 bits_offset,
2313 __u8 bit_sz)
2421 __u8 bits_offset,
2422 __u8 bit_sz)