Home
last modified time | relevance | path

Searched refs:logLength (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dzbufftest.c245 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() argument
247 size_t const lengthMask = ((size_t)1 << logLength) - 1; in FUZ_rLogLength()
253 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength() local
254 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
H A Dfuzzer.c1322 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() argument
1324 size_t const lengthMask = ((size_t)1 << logLength) - 1; in FUZ_rLogLength()
1330 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength() local
1331 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
H A Dzstreamtest.c949 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() argument
951 size_t const lengthMask = ((size_t)1 << logLength) - 1; in FUZ_rLogLength()
957 U32 const logLength = FUZ_rand(seed) % maxLog; in FUZ_randomLength() local
958 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()