Home
last modified time | relevance | path

Searched refs:u32 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h1673 typedef union { xxh_u32 u32; } __attribute__((packed)) unalign; member
1677 typedef union { xxh_u32 u32; } __attribute__((packed)) xxh_unalign; in XXH_read32() member
1678 return ((const xxh_unalign*)ptr)->u32; in XXH_read32()
2316 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unalign64; member
2320 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) xxh_unalign64; in XXH_read64() member

Completed in 17 milliseconds