Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dnum.rs77 i128: Signed,
H A Dfmt.rs92 i128,
H A Ddma.rs333 // To safely check the value, we cast it to a wide signed integer type (`i128`) in const_cast()
335 let wide_val = val as i128; in const_cast()
338 // CAST: `u32::MAX` is cast to `i128` to match the type of `wide_val` for the comparison. in const_cast()
339 if wide_val < 0 || wide_val > u32::MAX as i128 { in const_cast()
/linux/rust/quote/
H A Dto_tokens.rs150 impl ToTokens for i128 { implementation
/linux/rust/proc-macro2/
H A Dlib.rs1134 i128_suffixed => i128,
1149 i128_unsuffixed => i128,
H A Dfallback.rs996 i128_suffixed => i128,
1014 i128_unsuffixed => i128,
H A Dwrapper.rs819 i128_suffixed => i128,
837 i128_unsuffixed => i128,
/linux/rust/pin-init/src/
H A Dlib.rs1588 i8, i16, i32, i64, i128, isize,
1697 NonZero<i8>, NonZero<i16>, NonZero<i32>, NonZero<i64>, NonZero<i128>, NonZero<isize>, in pin_init()