Public Attributes | List of all members
XXH64_state_s Struct Reference

Public Attributes

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

Detailed Description

Definition at line 5911 of file zstd.c.

Member Data Documentation

◆ mem64

XXH64_hash_t XXH64_state_s::mem64[4]

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

Definition at line 5914 of file zstd.c.

◆ memsize

XXH32_hash_t XXH64_state_s::memsize

Amount of data in mem64

Definition at line 5915 of file zstd.c.

◆ reserved32

XXH32_hash_t XXH64_state_s::reserved32

Reserved field, needed for padding anyways

Definition at line 5916 of file zstd.c.

◆ reserved64

XXH64_hash_t XXH64_state_s::reserved64

Reserved field. Do not read or write to it.

Definition at line 5917 of file zstd.c.

◆ total_len

XXH64_hash_t XXH64_state_s::total_len

Total length hashed. This is always 64-bit.

Definition at line 5912 of file zstd.c.

◆ v

XXH64_hash_t XXH64_state_s::v[4]

Accumulator lanes

Definition at line 5913 of file zstd.c.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30