Searched refs:BitStructUint (Results 1 – 3 of 3) sorted by relevance
/art/libartbase/base/ |
D | bit_struct_test.cc | 140 BitStructUint</*lsb=*/3, /*width=*/4> u4; 142 BitStructUint</*lsb=*/0, /*width=*/7> alias_all; 149 BitStructUint</*lsb=*/3, /*width=*/4> u4; in TEST() 151 BitStructUint</*lsb=*/0, /*width=*/7> alias_all; in TEST() 220 BitStructUint</*lsb=*/0, /*width=*/3> u3; 221 BitStructUint</*lsb=*/3, /*width=*/10> u10; 222 BitStructUint</*lsb=*/13, /*width=*/19> u19; 224 BitStructUint</*lsb=*/0, /*width=*/32> alias_all; 260 BitStructUint</*lsb=*/3, /*width=*/4> u4; 262 BitStructUint</*lsb=*/0, /*width=*/8> alias_all; [all …]
|
D | bit_struct.h | 259 using BitStructUint = variable
|
/art/runtime/ |
D | subtype_check_bits.h | 61 BitStructUint</*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1> overflow_;
|