Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1087 fn checked_shr(self, rhs: Self) -> Option<Self>; in checked_shr() method
1214 …fn checked_shr(self, rhs: Self) -> Option<Self> { self.checked_shr(rhs.try_into().unwrap_or(u32::M…
1224 fn checked_shr(self, _rhs: Self) -> Option<Self> { unimplemented!() }
1550 …test!(@binary Shr, shr[checked_shr], ShrAssign, shr_assign, call_for_unsigned_types, call_for_sign… in test_ops_impls()