Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ops/
Dchecked.rs246 fn checked_shr(&self, rhs: u32) -> Option<Self>; in checked_shr() method
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/src/
Dbyteorder.rs674 fn checked_shr(self, rhs: Self) -> Option<Self>; in checked_shr() method
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/src/
Dbyteorder.rs674 fn checked_shr(self, rhs: Self) -> Option<Self>; in checked_shr() method