Home
last modified time | relevance | path

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

/external/rust/crates/num-traits/src/ops/
Dchecked.rs202 fn checked_shl(&self, rhs: u32) -> Option<Self>; in checked_shl() method
/external/rust/crates/zerocopy/src/
Dbyteorder.rs673 fn checked_shl(self, rhs: Self) -> Option<Self>; in checked_shl() method