Classes | Defines | Enumerations | Functions
xxhash.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XXH32_stateSpace_t

Defines

#define XXH32_feed   XXH32_update
#define XXH32_getIntermediateResult   XXH32_intermediateDigest
#define XXH32_result   XXH32_digest
#define XXH32_SIZEOFSTATE   48

Enumerations

enum  XXH_errorcode { XXH_OK = 0, XXH_ERROR }

Functions

unsigned int XXH32 (const void *input, int len, unsigned int seed)
unsigned int XXH32_digest (void *state)
void * XXH32_init (unsigned int seed)
unsigned int XXH32_intermediateDigest (void *state)
XXH_errorcode XXH32_resetState (void *state, unsigned int seed)
int XXH32_sizeofState ()
XXH_errorcode XXH32_update (void *state, const void *input, int len)

Define Documentation

#define XXH32_feed   XXH32_update

Definition at line 156 of file xxhash.h.

Definition at line 158 of file xxhash.h.

#define XXH32_result   XXH32_digest

Definition at line 157 of file xxhash.h.

#define XXH32_SIZEOFSTATE   48

Definition at line 127 of file xxhash.h.


Enumeration Type Documentation

Enumerator:
XXH_OK 
XXH_ERROR 

Definition at line 70 of file xxhash.h.


Function Documentation

unsigned int XXH32 ( const void *  input,
int  len,
unsigned int  seed 
)

Definition at line 265 of file xxhash.c.

unsigned int XXH32_digest ( void *  state)

Definition at line 468 of file xxhash.c.

void* XXH32_init ( unsigned int  seed)

Definition at line 331 of file xxhash.c.

unsigned int XXH32_intermediateDigest ( void *  state)

Definition at line 457 of file xxhash.c.

XXH_errorcode XXH32_resetState ( void *  state,
unsigned int  seed 
)

Definition at line 317 of file xxhash.c.

Definition at line 310 of file xxhash.c.

XXH_errorcode XXH32_update ( void *  state,
const void *  input,
int  len 
)

Definition at line 403 of file xxhash.c.



roslz4
Author(s): Ben Charrow
autogenerated on Thu Jun 6 2019 21:09:51