Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc140 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 …]
Dbit_struct.h259 using BitStructUint = variable
/art/runtime/
Dsubtype_check_bits.h61 BitStructUint</*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1> overflow_;