Searched refs:bit_width (Results 1 – 1 of 1) sorted by relevance
/art/libartbase/base/ |
D | bit_struct.h | 272 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument 273 BitStructField<type, (bit_offset), (bit_width), StorageType> 274 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument 275 BitStructInt<(bit_offset), (bit_width), StorageType> 276 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument 277 BitStructUint<(bit_offset), (bit_width), StorageType>
|