Searched refs:xxh_u32 (Results 1 – 1 of 1) sorted by relevance
1567 typedef XXH32_hash_t xxh_u32; typedef1572 # define U32 xxh_u321638 static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*) memPtr; } in XXH_read32()1649 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;1651 static xxh_u32 XXH_read32(const void* ptr) in XXH_read32()1653 typedef union { xxh_u32 u32; } __attribute__((packed)) xxh_unalign; in XXH_read32()1663 static xxh_u32 XXH_read32(const void* memPtr) in XXH_read32()1665 xxh_u32 val; in XXH_read32()1716 const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; in XXH_isLittleEndian()1776 static xxh_u32 XXH_swap32 (xxh_u32 x) in XXH_swap32()[all …]