Searched defs:WHV_UINT128 (Results 1 – 3 of 3) sorted by relevance
281 impl From<&[u8; 16]> for WHV_UINT128 { implementation282 fn from(bytes: &[u8; 16]) -> WHV_UINT128 { in from()
635 typedef union DECLSPEC_ALIGN(16) WHV_UINT128 union644 } WHV_UINT128; typedef
3470 impl Default for WHV_UINT128 { implementation