xxHash 0.8.3
Extremely fast non-cryptographic hash function
 
Loading...
Searching...
No Matches
XXH32_state_s Struct Reference

Data Fields

XXH32_hash_t total_len_32
 
XXH32_hash_t large_len
 
XXH32_hash_t acc [4]
 
unsigned char buffer [16]
 
XXH32_hash_t bufferedSize
 
XXH32_hash_t reserved
 

Field Documentation

◆ total_len_32

XXH32_hash_t XXH32_state_s::total_len_32

Total length hashed, modulo 2^32

◆ large_len

XXH32_hash_t XXH32_state_s::large_len

Whether the hash is >= 16 (handles total_len_32 overflow)

◆ acc

XXH32_hash_t XXH32_state_s::acc[4]

Accumulator lanes

◆ buffer

unsigned char XXH32_state_s::buffer[16]

Internal buffer for partial reads.

◆ bufferedSize

XXH32_hash_t XXH32_state_s::bufferedSize

Amount of data in buffer

◆ reserved

XXH32_hash_t XXH32_state_s::reserved

Reserved field. Do not read nor write to it.


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