Searched defs:BlockIter (Results 1 – 1 of 1) sorted by relevance
189 pub struct BlockIter { struct207 impl BlockIter { implementation209 pub fn new(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new()217 pub fn new_multiblock(start_addr: usize, end_addr: usize, blk_size_log2: u8) -> BlockIter { in new_multiblock()280 impl Iterator for BlockIter { implementation