Home
last modified time | relevance | path

Searched refs:mul_assign (Results 1 – 3 of 3) sorted by relevance

/linux/rust/syn/
H A Dbigint.rs58 fn mul_assign(&mut self, base: u8) { in mul_assign() method
/linux/rust/kernel/
H A Dtime.rs403 fn mul_assign(&mut self, rhs: i64) { in mul_assign() method
/linux/rust/zerocopy/src/
H A Dbyteorder.rs309 impl_ops_traits!(@with_byteorder_swap $name, $native, Mul, mul, MulAssign, mul_assign);
1542 test!(@binary Mul, mul[checked_mul], MulAssign, mul_assign, call_for_all_types); in test_ops_impls()