xxHash 0.8.2
Extremely fast non-cryptographic hash function
Loading...
Searching...
No Matches
Data Fields
XXH128_hash_t Struct Reference

The return value from 128-bit hashes. More...

#include <xxhash.h>

Data Fields

XXH64_hash_t low64
 
XXH64_hash_t high64
 

Detailed Description

The return value from 128-bit hashes.

Stored in little endian order, although the fields themselves are in native endianness.

Field Documentation

◆ low64

XXH64_hash_t XXH128_hash_t::low64

value & 0xFFFFFFFFFFFFFFFF

◆ high64

XXH64_hash_t XXH128_hash_t::high64

value >> 64


The documentation for this struct was generated from the following file: