Searched defs:chunks (Results 1 – 3 of 3) sorted by relevance
796 ArrayList<byte[]> chunks = new ArrayList<byte[]>(); in parse() local
644 let mut chunks = CellChunkIterator::<{ PciInfo::IRQ_MASK_CELLS }>::new(irq_masks); in read_pci_info_from() localVariable653 let mut chunks = CellChunkIterator::<{ PciInfo::IRQ_MAP_CELLS }>::new(irq_maps); in read_pci_info_from() localVariable893 let mut chunks = CellChunkIterator::<{ WdtInfo::IRQ_CELLS }>::new(interrupts); in read_wdt_info_from() localVariable
58 chunks: ChunksExact<'a, u8>, field