Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Ddma.rs335 let wide_val = val as i128; in const_cast() localVariable
339 if wide_val < 0 || wide_val > u32::MAX as i128 { in const_cast()
346 wide_val as u32 in const_cast()