Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc221 BitStructUint</*lsb=*/3, /*width=*/10> u10; variable
236 tst.u10 = 0b1111010100u; in TEST()
241 uint16_t read_u10 = tst.u10; in TEST()