Home
last modified time | relevance | path

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

/external/mesa3d/src/util/
Dxxhash.h978 typedef XXH64_hash_t xxh_u64; typedef
1010 static xxh_u64 XXH_read64(const void* memPtr) { return *(const xxh_u64*) memPtr; } in XXH_read64()
1016 typedef union { xxh_u32 u32; xxh_u64 u64; } __attribute__((packed)) unalign64;
1017 static xxh_u64 XXH_read64(const void* ptr) { return ((const unalign64*)ptr)->u64; } in XXH_read64()
1025 static xxh_u64 XXH_read64(const void* memPtr) in XXH_read64()
1027 xxh_u64 val; in XXH_read64()
1039 static xxh_u64 XXH_swap64 (xxh_u64 x) in XXH_swap64()
1052 XXH_FORCE_INLINE xxh_u64 XXH_readLE64(const void* ptr) in XXH_readLE64()
1057 static xxh_u64 XXH_readBE64(const void* ptr) in XXH_readBE64()
1062 XXH_FORCE_INLINE xxh_u64
[all …]