Searched refs:prime1 (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dfuzz_helpers.h72 static const uint32_t prime1 = 2654435761U; local
75 rand32 *= prime1;
/freebsd-12-stable/sys/contrib/zstd/programs/
H A Ddibio.c151 static const U32 prime1 = 2654435761U; local
154 rand32 *= prime1;
201 unsigned const prime1 = 2654435761U; local
203 unsigned acc = prime1;
H A Ddatagen.c47 static const U32 prime1 = 2654435761U; local
50 rand32 *= prime1;
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dseqgen.c22 static const U32 prime1 = 2654435761U; local
25 rand32 *= prime1;
H A Dzbufftest.c49 static const U32 prime1 = 2654435761U; variable
86 rand32 *= prime1;
322 lseed = coreSeed ^ prime1;
H A Dparamgrill.c121 const U32 prime1 = 2654435761U; local
124 rand32 *= prime1;
H A Dfuzzer.c86 static const U32 prime1 = 2654435761U; local
89 rand32 *= prime1;
1411 { U32 const prime1 = 2654435761U; lseed = coreSeed ^ prime1; } local
H A Ddecodecorpus.c78 static const U32 prime1 = 2654435761U; local
81 rand32 *= prime1;
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dzdict.c571 unsigned const prime1 = 2654435761U; local
573 unsigned acc = prime1;

Completed in 140 milliseconds