Searched refs:u32 (Results 1 – 1 of 1) sorted by relevance
1673 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign; member1677 typedef union { xxh_u32 u32; } __attribute__((packed)) xxh_unalign; in XXH_read32() member1678 return ((const xxh_unalign*)ptr)->u32; in XXH_read32()2316 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unalign64; member2320 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) xxh_unalign64; in XXH_read64() member
Completed in 17 milliseconds