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