Searched refs:xxh_unalign64 (Results 1 – 1 of 1) sorted by relevance
2320 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) xxh_unalign64; in XXH_read64() typedef2321 return ((const xxh_unalign64*)ptr)->u64; in XXH_read64()
Completed in 31 milliseconds