XXH128_hash_t struct
#include <eckit/contrib/xxhash/xxhash.h>
The return value from 128-bit hashes.
Stored in little endian order, although the fields themselves are in native endianness.
Public variables
Variable documentation
XXH64_hash_t XXH128_ hash_ t:: low64
value & 0xFFFFFFFFFFFFFFFF
XXH64_hash_t XXH128_ hash_ t:: high64
value >> 64