Public Attributes | List of all members
XXH32_state_s Struct Reference

Public Attributes

XXH32_hash_t large_len
 
XXH32_hash_t mem32 [4]
 
XXH32_hash_t memsize
 
XXH32_hash_t reserved
 
XXH32_hash_t total_len_32
 
XXH32_hash_t v [4]
 

Detailed Description

Definition at line 5887 of file zstd.c.

Member Data Documentation

◆ large_len

XXH32_hash_t XXH32_state_s::large_len

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

Definition at line 5889 of file zstd.c.

◆ mem32

XXH32_hash_t XXH32_state_s::mem32[4]

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

Definition at line 5891 of file zstd.c.

◆ memsize

XXH32_hash_t XXH32_state_s::memsize

Amount of data in mem32

Definition at line 5892 of file zstd.c.

◆ reserved

XXH32_hash_t XXH32_state_s::reserved

Reserved field. Do not read nor write to it.

Definition at line 5893 of file zstd.c.

◆ total_len_32

XXH32_hash_t XXH32_state_s::total_len_32

Total length hashed, modulo 2^32

Definition at line 5888 of file zstd.c.

◆ v

XXH32_hash_t XXH32_state_s::v[4]

Accumulator lanes

Definition at line 5890 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