Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc222 BitStructUint</*lsb=*/13, /*width=*/19> u19; variable
237 tst.u19 = 0b1010101010101010101u; in TEST()
242 uint32_t read_u19 = tst.u19; in TEST()