Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc225 BITSTRUCT_UINT(/*lsb=*/13, /*width=*/19) u19; variable
240 tst.u19 = 0b1010101010101010101u; in TEST()
245 uint32_t read_u19 = tst.u19; in TEST()