Searched defs:sub (Results 1 – 5 of 5) sorted by relevance
/DragonOS/kernel/src/time/ |
H A D | mod.rs | 103 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 D | page_frame.rs | 224 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 D | mod.rs | 251 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 D | textui.rs | 157 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 D | insn_builder.rs | 118 pub fn sub(&mut self, source: Source, arch: Arch) -> Move { in sub() method
|