Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc156 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/7) alias_all; variable
167 EXPECT_EQ(1u, sizeof(tst.alias_all)); in TEST()
182 EXPECT_EQ(0b1010111, static_cast<uint8_t>(tst.alias_all)); in TEST()
227 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/32) alias_all; variable
252 uint32_t read_all = tst.alias_all; in TEST()
265 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/8) alias_all; variable
270 all_1s.alias_all = 0xffu; in TEST()
277 EXPECT_EQ(0b111, tst.alias_all); in TEST()
285 EXPECT_EQ(0b1111000, tst.alias_all); in TEST()
297 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/ 2 * MixedSizeBitStruct::BitStructSizeOf()) alias_all;
[all …]