![]() |
Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
|
#include "xxhash.h"
#include <stddef.h>
Go to the source code of this file.
Data Structures | |
struct | SEQ_stream |
struct | SEQ_outBuffer |
Macros | |
#define | XXH_STATIC_LINKING_ONLY |
Enumerations | |
enum | SEQ_gen_type { SEQ_gen_ml = 0 , SEQ_gen_ll , SEQ_gen_of , SEQ_gen_max } |
Functions | |
SEQ_stream | SEQ_initStream (unsigned seed) |
size_t | SEQ_gen (SEQ_stream *stream, SEQ_gen_type type, unsigned value, SEQ_outBuffer *out) |
XXH64_hash_t | SEQ_digest (SEQ_stream const *stream) |
#define XXH_STATIC_LINKING_ONLY |
enum SEQ_gen_type |
XXH64_hash_t SEQ_digest | ( | SEQ_stream const * | stream | ) |
size_t SEQ_gen | ( | SEQ_stream * | stream, |
SEQ_gen_type | type, | ||
unsigned | value, | ||
SEQ_outBuffer * | out ) |
SEQ_stream SEQ_initStream | ( | unsigned | seed | ) |