Searched refs:last (Results 1 – 10 of 10) sorted by relevance
41 clock_t last = clock(); in main() local45 if ((clock() - last) / CLOCKS_PER_SEC >= 1) in main()48 last = clock(); in main()
1118 let last = self.last_child(); in get_last() localVariable1119 if last.is_null() { in get_last()1122 unsafe { Some((&(*last.0).key, &(*last.0).value)) } in get_last()1136 let last = self.last_child(); in pop_last() localVariable1137 if last.is_null() { in pop_last()1140 unsafe { Some(self.delete(last)) } in pop_last()1154 let last = self.last_child(); in get_last_mut() localVariable1155 if last.is_null() { in get_last_mut()1158 unsafe { Some((&(*last.0).key, &mut (*last.0).value)) } in get_last_mut()
141 LockedAhciInode::new(disks_list.last().unwrap().clone()), in ahci_rust_init()
137 end of ctors marker and it must be last */
759 let end: (Cluster, u64) = *offsets.last().unwrap();1596 if !long_name_entries[0].is_last() || !long_name_entries.last().unwrap().is_short() { in new()
767 return self.cluster_iter(start_cluster).last(); in get_last_cluster()