HDK
|
The return value from 128-bit hashes. More...
#include <UT_XXHash.h>
Public Attributes | |
XXH64_hash_t | low64 |
XXH64_hash_t | high64 |
The return value from 128-bit hashes.
Stored in little endian order, although the fields themselves are in native endianness.
Definition at line 1024 of file UT_XXHash.h.
XXH64_hash_t XXH128_hash_t::high64 |
value >> 64
Definition at line 1026 of file UT_XXHash.h.
XXH64_hash_t XXH128_hash_t::low64 |
value & 0xFFFFFFFFFFFFFFFF
Definition at line 1025 of file UT_XXHash.h.