Searched refs:BITSTRUCT_INT (Results 1 – 3 of 3) sorted by relevance
77 BITSTRUCT_INT(/*lsb=*/ 0, /*width=*/ BitSizeOf<BitString::StorageType>()) int32_alias_;
153 BITSTRUCT_INT(/*lsb=*/0, /*width=*/3) i3;262 BITSTRUCT_INT(/*lsb=*/0, /*width=*/3) i3;
275 #define BITSTRUCT_INT(bit_offset, bit_width) \ macro