Home
last modified time | relevance | path

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

/linux/rust/quote/
H A Dto_tokens.rs150 impl ToTokens for i128 { implementation
/linux/rust/zerocopy/src/util/
H A Dmacro_util.rs479 pub const fn hash_name(name: &str) -> i128 { in hash_name()
/linux/rust/zerocopy/src/pointer/
H A Dptr.rs878 pub fn project<F, const VARIANT_ID: i128, const FIELD_ID: i128>( in project()