Home
last modified time | relevance | path

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

/external/rust/crates/ppv-lite86/src/
Dgeneric.rs182 impl RotateEachWord128 for u128x1_generic {} implementation
183 impl BitOps128 for u128x1_generic {} implementation
184 impl BitOps64 for u128x1_generic {} implementation
186 impl BitOps32 for u128x1_generic {} implementation
189 impl BitOps0 for u128x1_generic {} implementation
291 impl_bitops!(u128x1_generic);
379 impl RotateEachWord32 for u128x1_generic { implementation
413 impl RotateEachWord64 for u128x1_generic { implementation
425 type u128x1 = u128x1_generic;
444 pub struct u128x1_generic([u128; 1]); struct
[all …]