Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc224 BITSTRUCT_UINT(/*lsb=*/3, /*width=*/10) u10; variable
239 tst.u10 = 0b1111010100u; in TEST()
244 uint16_t read_u10 = tst.u10; in TEST()