Classes | Macros | Enumerations | Functions
rosbag/roslz4/src/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
 

Macros

#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, XXH_OK =0, XXH_ERROR }
 

Functions

unsigned int XXH32 (const void *input, int len, unsigned int seed)
 
unsigned int XXH32_digest (void *state)
 
voidXXH32_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)
 

Macro Definition Documentation

#define XXH32_feed   XXH32_update

Definition at line 156 of file rosbag/roslz4/src/xxhash.h.

#define XXH32_getIntermediateResult   XXH32_intermediateDigest

Definition at line 158 of file rosbag/roslz4/src/xxhash.h.

#define XXH32_result   XXH32_digest

Definition at line 157 of file rosbag/roslz4/src/xxhash.h.

#define XXH32_SIZEOFSTATE   48

Definition at line 127 of file rosbag/roslz4/src/xxhash.h.

Enumeration Type Documentation

Enumerator
XXH_OK 
XXH_ERROR 
XXH_OK 
XXH_ERROR 

Definition at line 70 of file rosbag/roslz4/src/xxhash.h.

Function Documentation

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

Definition at line 265 of file rosbag/roslz4/src/xxhash.c.

unsigned int XXH32_digest ( void state)

Definition at line 468 of file rosbag/roslz4/src/xxhash.c.

void* XXH32_init ( unsigned int  seed)

Definition at line 331 of file rosbag/roslz4/src/xxhash.c.

unsigned int XXH32_intermediateDigest ( void state)

Definition at line 457 of file rosbag/roslz4/src/xxhash.c.

XXH_errorcode XXH32_resetState ( void state,
unsigned int  seed 
)

Definition at line 317 of file rosbag/roslz4/src/xxhash.c.

int XXH32_sizeofState ( )

Definition at line 310 of file rosbag/roslz4/src/xxhash.c.

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

Definition at line 403 of file rosbag/roslz4/src/xxhash.c.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:31