NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Members | List of all members
XXH_istate32_t Struct Reference

Detailed description

Definition at line 511 of file xxhash.c.

Public Members

U64 total_len
 
U32 seed
 
U32 v1
 
U32 v2
 
U32 v3
 
U32 v4
 
U32 mem32 [4]
 
U32 memsize
 

Member Data Documentation

U32 XXH_istate32_t::mem32[4]

Definition at line 519 of file xxhash.c.

U32 XXH_istate32_t::memsize

Definition at line 520 of file xxhash.c.

U32 XXH_istate32_t::seed

Definition at line 514 of file xxhash.c.

U64 XXH_istate32_t::total_len

Definition at line 513 of file xxhash.c.

U32 XXH_istate32_t::v1

Definition at line 515 of file xxhash.c.

U32 XXH_istate32_t::v2

Definition at line 516 of file xxhash.c.

U32 XXH_istate32_t::v3

Definition at line 517 of file xxhash.c.

U32 XXH_istate32_t::v4

Definition at line 518 of file xxhash.c.


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