Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/time/
H A Dmod.rs103 fn sub(self, rhs: Self) -> Self::Output { in sub() method
298 fn sub(self, rhs: Duration) -> Instant { in sub() method
312 fn sub(self, rhs: Instant) -> Duration { in sub() method
393 fn sub(self, rhs: Duration) -> Duration { in sub() method
/DragonOS/kernel/src/mm/allocator/
H A Dpage_frame.rs224 fn sub(self, rhs: Self) -> Self::Output { in sub() method
260 fn sub(self, rhs: usize) -> Self::Output { in sub() method
/DragonOS/kernel/src/mm/
H A Dmod.rs251 fn sub(self, rhs: usize) -> Self::Output { in sub() method
267 fn sub(self, rhs: PhysAddr) -> Self::Output { in sub() method
351 fn sub(self, rhs: VirtAddr) -> Self::Output { in sub() method
360 fn sub(self, rhs: usize) -> Self::Output { in sub() method
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs157 fn sub(self, rhs: i32) -> Self::Output { in sub() method
179 fn sub(mut self, rhs: LineId) -> Self::Output { in sub() method
217 fn sub(self, rhs: i32) -> Self::Output { in sub() method
/DragonOS/kernel/crates/rbpf/src/
H A Dinsn_builder.rs118 pub fn sub(&mut self, source: Source, arch: Arch) -> Move { in sub() method