Home
last modified time | relevance | path

Searched defs:mul (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/mm/allocator/
H A Dpage_frame.rs238 fn mul(self, rhs: Self) -> Self::Output { in mul() method
274 fn mul(self, rhs: usize) -> Self::Output { in mul() method
/DragonOS/kernel/src/time/
H A Dmod.rs414 fn mul(self, rhs: u32) -> Duration { in mul() method
/DragonOS/kernel/crates/rbpf/src/
H A Djit.rs388 let mul = (opc & ebpf::BPF_ALU_OP_MASK) == (ebpf::MUL32_IMM & ebpf::BPF_ALU_OP_MASK); in emit_muldivmod() localVariable
H A Dinsn_builder.rs123 pub fn mul(&mut self, source: Source, arch: Arch) -> Move { in mul() method