Data Fields | |
XXH64_hash_t | total_len |
XXH64_hash_t | acc [4] |
unsigned char | buffer [32] |
XXH32_hash_t | bufferedSize |
XXH32_hash_t | reserved32 |
XXH64_hash_t | reserved64 |
XXH64_hash_t XXH64_state_s::total_len |
Total length hashed. This is always 64-bit.
XXH64_hash_t XXH64_state_s::acc[4] |
Accumulator lanes
unsigned char XXH64_state_s::buffer[32] |
Internal buffer for partial reads..
XXH32_hash_t XXH64_state_s::bufferedSize |
Amount of data in buffer
XXH32_hash_t XXH64_state_s::reserved32 |
Reserved field, needed for padding anyways
XXH64_hash_t XXH64_state_s::reserved64 |
Reserved field. Do not read or write to it.