Lines Matching full:bitfield
25 /// Structure with information about how a bitfield should be accessed.
33 /// Then accessing a particular bitfield involves converting this byte array
36 /// subsequence of bits which make up that particular bitfield. This structure
39 /// this bitfield falls within. Let's assume the following C struct:
49 /// bitfield, and the second is the padding out to a 4-byte alignment.
78 /// bitfield.
81 /// The offset of the bitfield storage from the start of the struct.
90 /// bitfield.
93 /// The offset of the bitfield storage from the start of the struct.
232 assert(it != BitFields.end() && "Unable to find bitfield info");