Searched refs:totalsize (Results 1 – 1 of 1) sorted by relevance
652 let totalsize = self.totalsize(); in copy_from_slice() localVariable657 self.buffer[new_fdt.len()..max(new_fdt.len(), totalsize)].fill(0_u8); in copy_from_slice()755 &self.buffer[..self.totalsize()] in as_slice()800 fn totalsize(&self) -> usize { in totalsize() method801 u32::from_be(self.header().totalsize) as usize in totalsize()