XXH32_state_t

Undocumented in source.

Members

Variables

large_len
XXH32_hash_t large_len;

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

mem32
XXH32_hash_t[4] mem32;

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

memsize
XXH32_hash_t memsize;

Amount of data in mem32

reserved
XXH32_hash_t reserved;

Reserved field. Do not read nor write to it.

total_len_32
XXH32_hash_t total_len_32;

Total length hashed, modulo 2^32

v
XXH32_hash_t[4] v;

Accumulator lanes

Meta