Searched defs:iter (Results 1 – 9 of 9) sorted by relevance
51 let iter = mem_block_manager().to_iter_available(); in remain_areas() localVariable109 let iter = PhysPageFrameIter::new( in ensure_early_mapping() localVariable134 let iter = mem_block_manager().to_iter_available(); in allocate() localVariable181 let iter = mem_block_manager().to_iter_available(); in usage() localVariable
101 let mut iter = data.iter().rev(); in last_false_index() localVariable226 let mut iter = data.iter().peekable(); in is_full() localVariable
461 let iter = iter.into_iter(); in extend() localVariable826 let iter = if self.root.is_null() { in into_iter() localVariable1401 pub fn iter(&self) -> Iter<K, V> { in iter() method1732 let mut iter = map.iter(); in test_size_hint() localVariable1746 let mut iter = map.iter(); in test_iter_len() localVariable1760 let mut iter = map.iter_mut(); in test_mut_size_hint() localVariable1774 let mut iter = map.iter_mut(); in test_iter_mut_len() localVariable
52 pub fn iter(&self) -> EFIMemoryDescIter { in iter() method
84 pub fn iter(&self) -> impl Iterator<Item = (&K, &V)> { in iter() method
248 let iter = BlockIter::new_multiblock(offset, offset + len, self.blk_size_log2()); in write_at_bytes() localVariable288 let iter = BlockIter::new_multiblock(offset, offset + len, self.blk_size_log2()); in read_at_bytes() localVariable
650 pub fn iter(&self) -> FileDescriptorIterator { in iter() method
723 let mut iter = self in find_free() localVariable
1191 let iter = name[..total_len].iter().map(|c| decode_u8_ascii(*c)); in name_to_string() localVariable