Home
last modified time | relevance | path

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

/linux/rust/kernel/num/
H A Dbounded.rs25 macro_rules! fits_within { macro
39 fn fits_within<T: Integer>(value: T, num_bits: u32) -> bool { in fits_within() function