Searched refs:i128 (Results 1 – 8 of 8) sorted by relevance
| /linux/rust/kernel/ |
| H A D | num.rs | 77 i128: Signed,
|
| H A D | fmt.rs | 92 i128,
|
| H A D | dma.rs | 333 // 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 D | to_tokens.rs | 150 impl ToTokens for i128 { implementation
|
| /linux/rust/proc-macro2/ |
| H A D | lib.rs | 1134 i128_suffixed => i128, 1149 i128_unsuffixed => i128,
|
| H A D | fallback.rs | 996 i128_suffixed => i128, 1014 i128_unsuffixed => i128,
|
| H A D | wrapper.rs | 819 i128_suffixed => i128, 837 i128_unsuffixed => i128,
|
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1588 i8, i16, i32, i64, i128, isize, 1697 NonZero<i8>, NonZero<i16>, NonZero<i32>, NonZero<i64>, NonZero<i128>, NonZero<isize>, in pin_init()
|