Home
last modified time | relevance | path

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

/external/crosvm/acpi_tables/src/
Daml.rs30 const NAMECHARBASE: u8 = 0x40; constant
322 let value: u32 = (u32::from(data[0].checked_sub(NAMECHARBASE).unwrap()) << 26 in new()
323 | u32::from(data[1].checked_sub(NAMECHARBASE).unwrap()) << 21 in new()
324 | u32::from(data[2].checked_sub(NAMECHARBASE).unwrap()) << 16 in new()