Searched defs:mul (Results 1 – 4 of 4) sorted by relevance
238 fn mul(self, rhs: Self) -> Self::Output { in mul() method274 fn mul(self, rhs: usize) -> Self::Output { in mul() method
414 fn mul(self, rhs: u32) -> Duration { in mul() method
388 let mul = (opc & ebpf::BPF_ALU_OP_MASK) == (ebpf::MUL32_IMM & ebpf::BPF_ALU_OP_MASK); in emit_muldivmod() localVariable
123 pub fn mul(&mut self, source: Source, arch: Arch) -> Move { in mul() method