Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h2262 typedef XXH64_hash_t xxh_u64; typedef
2265 # define U64 xxh_u64
2276 static xxh_u64 XXH_read64(const void* memPtr) in XXH_read64()
2278 return *(const xxh_u64*) memPtr; in XXH_read64()
2290 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unalign64;
2292 static xxh_u64 XXH_read64(const void* ptr) in XXH_read64()
2294 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) xxh_unalign64; in XXH_read64()
2304 static xxh_u64 XXH_read64(const void* memPtr) in XXH_read64()
2306 xxh_u64 val; in XXH_read64()
2318 static xxh_u64 XXH_swap64(xxh_u64 x) in XXH_swap64()
[all …]