Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
seqgen.h File Reference
#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)
 

Macro Definition Documentation

◆ XXH_STATIC_LINKING_ONLY

#define XXH_STATIC_LINKING_ONLY

Enumeration Type Documentation

◆ SEQ_gen_type

Enumerator
SEQ_gen_ml 
SEQ_gen_ll 
SEQ_gen_of 
SEQ_gen_max 

Function Documentation

◆ SEQ_digest()

XXH64_hash_t SEQ_digest ( SEQ_stream const * stream)

◆ SEQ_gen()

size_t SEQ_gen ( SEQ_stream * stream,
SEQ_gen_type type,
unsigned value,
SEQ_outBuffer * out )

◆ SEQ_initStream()

SEQ_stream SEQ_initStream ( unsigned seed)