Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/libfdt/src/
Diterators.rs271 const SIZE_CELLS: usize = 7; constant
273 pub fn to_cells(&self) -> [u8; Self::SIZE_CELLS * size_of::<u32>()] { in to_cells()