Home
last modified time | relevance | path

Searched refs:BITSTRUCT_INT (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dsubtype_check_bits_and_status.h77 BITSTRUCT_INT(/*lsb=*/ 0, /*width=*/ BitSizeOf<BitString::StorageType>()) int32_alias_;
/art/libartbase/base/
Dbit_struct_test.cc153 BITSTRUCT_INT(/*lsb=*/0, /*width=*/3) i3;
262 BITSTRUCT_INT(/*lsb=*/0, /*width=*/3) i3;
Dbit_struct.h275 #define BITSTRUCT_INT(bit_offset, bit_width) \ macro