Home
last modified time | relevance | path

Searched refs:checked_shl (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dbits.rs22 (1 as $ty).checked_shl(n)
/linux/rust/zerocopy/src/
H A Dbyteorder.rs1084 fn checked_shl(self, rhs: Self) -> Option<Self>; in checked_shl() method
1213 …fn checked_shl(self, rhs: Self) -> Option<Self> { self.checked_shl(rhs.try_into().unwrap_or(u32::M…
1223 fn checked_shl(self, _rhs: Self) -> Option<Self> { unimplemented!() }
1549 …test!(@binary Shl, shl[checked_shl], ShlAssign, shl_assign, call_for_unsigned_types, call_for_sign… in test_ops_impls()