Public Attributes | List of all members
XXH128_hash_t Struct Reference

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

#include <xxhash.h>

Public Attributes

XXH64_hash_t high64
 
XXH64_hash_t low64
 

Detailed Description

The return value from 128-bit hashes.

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

Definition at line 881 of file xxhash.h.

Member Data Documentation

◆ high64

XXH64_hash_t XXH128_hash_t::high64

value >> 64

Definition at line 883 of file xxhash.h.

◆ low64

XXH64_hash_t XXH128_hash_t::low64

value & 0xFFFFFFFFFFFFFFFF

Definition at line 882 of file xxhash.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:50