Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc154 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;
Dbit_struct.h277 #define BITSTRUCT_UINT(bit_offset, bit_width) \ macro
/art/runtime/
Dsubtype_check_bits.h61 BITSTRUCT_UINT(/*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1) overflow_;