Home
last modified time | relevance | path

Searched refs:__uint128 (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/libc/src/
H A Dfixed_width_ints.rs56 pub type __uint128 = u128; types
59 /// C __uint128_t (alternate name for [__uint128][])
88 static_assert_eq!(core::mem::size_of::<__uint128>(), _SIZE_128);
89 static_assert_eq!(core::mem::align_of::<__uint128>(), _ALIGN_128);

Completed in 1 milliseconds