Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
seqgen.c File Reference
#include "seqgen.h"
#include "mem.h"
#include <string.h>

Macros

#define MIN(a, b)
 
#define SEQ_rotl32(x, r)
 

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

◆ MIN

#define MIN ( a,
b )
Value:
((a) < (b) ? (a) : (b))
#define b(i)
Definition sha256.c:42
#define a(i)
Definition sha256.c:41

◆ SEQ_rotl32

#define SEQ_rotl32 ( x,
r )
Value:
((x << r) | (x >> (32 - r)))

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)