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

Data Fields

XXH64_hash_t total_len
 
XXH64_hash_t v [4]
 
XXH64_hash_t mem64 [4]
 
XXH32_hash_t memsize
 
XXH32_hash_t reserved32
 
XXH64_hash_t reserved64
 

Field Documentation

◆ total_len

XXH64_hash_t XXH64_state_s::total_len

Total length hashed. This is always 64-bit.

◆ v

XXH64_hash_t XXH64_state_s::v[4]

Accumulator lanes

◆ mem64

XXH64_hash_t XXH64_state_s::mem64[4]

Internal buffer for partial reads. Treated as unsigned char[32].

◆ memsize

XXH32_hash_t XXH64_state_s::memsize

Amount of data in mem64

◆ reserved32

XXH32_hash_t XXH64_state_s::reserved32

Reserved field, needed for padding anyways

◆ reserved64

XXH64_hash_t XXH64_state_s::reserved64

Reserved field. Do not read or write to it.


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