xxHash 0.8.2
Extremely fast non-cryptographic hash function
|
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 |
XXH64_hash_t XXH64_state_s::total_len |
Total length hashed. This is always 64-bit.
XXH64_hash_t XXH64_state_s::v[4] |
Accumulator lanes
XXH64_hash_t XXH64_state_s::mem64[4] |
Internal buffer for partial reads. Treated as unsigned char[32].
XXH32_hash_t XXH64_state_s::memsize |
Amount of data in mem64
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.