Home
last modified time | relevance | path

Searched defs:bitfield_mixed_with_others (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_bitfields.c55 struct bitfield_mixed_with_others { struct
57 int a: 4;
59 short b; /* combined with previous bitfield */
61 long c;
62 long d: 8;
87 struct bitfield_mixed_with_others _2; in f() argument