Searched refs:xxh_u32 (Results 1 – 1 of 1) sorted by relevance
508 typedef XXH32_hash_t xxh_u32; typedef516 static xxh_u32 XXH_read32(const void* memPtr) { return *(const xxh_u32*) memPtr; } in XXH_read32()522 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign;523 static xxh_u32 XXH_read32(const void* ptr) { return ((const unalign*)ptr)->u32; } in XXH_read32()530 static xxh_u32 XXH_read32(const void* memPtr) in XXH_read32()532 xxh_u32 val; in XXH_read32()555 …const union { xxh_u32 u; xxh_u8 c[4]; } one = { 1 }; /* don't use static : performance detriment… in XXH_isLittleEndian()591 static xxh_u32 XXH_swap32 (xxh_u32 x) in XXH_swap32()606 XXH_FORCE_INLINE xxh_u32 XXH_readLE32(const void* ptr) in XXH_readLE32()611 static xxh_u32 XXH_readBE32(const void* ptr) in XXH_readBE32()[all …]