Home
last modified time | relevance | path

Searched defs:sub (Results 1 – 4 of 4) 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.rs158 fn sub(self, rhs: i32) -> Self::Output { in sub() method
180 fn sub(mut self, rhs: LineId) -> Self::Output { in sub() method
218 fn sub(self, rhs: i32) -> Self::Output { in sub() method