Home
last modified time | relevance | path

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

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