The return value from 128-bit hashes.
Declared in <llvm/Support/xxhash.h>
struct XXH128_hash_t;
Stored in little endian order, although the fields themselves are in native endianness.
| Name | Description |
|---|---|
operator== | Convenience equality check operator. |
| Name | Description |
|---|---|
high64 | value >> 64 |
low64 | value & 0xFFFFFFFFFFFFFFFF |
| Name | Description |
|---|---|
xxh3_128bits | XXH3's 128-bit variant. Inline ArrayRef overload lives in llvm/ADT/ArrayRef.h. |
xxh3_128bits | Compute the XXH3 128-bit hash of the bytes in data. |