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) |
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 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.
enum XXH_errorcode |
Enumerator | |
---|---|
XXH_OK | |
XXH_ERROR | |
XXH_OK | |
XXH_ERROR |
Definition at line 70 of file rosbag/roslz4/src/xxhash.h.
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.