Searched refs:BITSTRUCT_UINT (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | bit_struct_test.cc | 154 BITSTRUCT_UINT(/*lsb=*/3, /*width=*/4) u4; 156 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/7) alias_all; 223 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/3) u3; 224 BITSTRUCT_UINT(/*lsb=*/3, /*width=*/10) u10; 225 BITSTRUCT_UINT(/*lsb=*/13, /*width=*/19) u19; 227 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/32) alias_all; 263 BITSTRUCT_UINT(/*lsb=*/3, /*width=*/4) u4; 265 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/8) alias_all; 297 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/ 2 * MixedSizeBitStruct::BitStructSizeOf()) alias_all;
|
D | bit_struct.h | 277 #define BITSTRUCT_UINT(bit_offset, bit_width) \ macro
|
/art/runtime/ |
D | subtype_check_bits.h | 61 BITSTRUCT_UINT(/*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1) overflow_;
|