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

Detailed description

Definition at line 523 of file xxhash.c.

Public Members

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

Member Data Documentation

U64 XXH_istate64_t::mem64[4]

Definition at line 531 of file xxhash.c.

U32 XXH_istate64_t::memsize

Definition at line 532 of file xxhash.c.

U64 XXH_istate64_t::seed

Definition at line 526 of file xxhash.c.

U64 XXH_istate64_t::total_len

Definition at line 525 of file xxhash.c.

U64 XXH_istate64_t::v1

Definition at line 527 of file xxhash.c.

U64 XXH_istate64_t::v2

Definition at line 528 of file xxhash.c.

U64 XXH_istate64_t::v3

Definition at line 529 of file xxhash.c.

U64 XXH_istate64_t::v4

Definition at line 530 of file xxhash.c.


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