Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dparamgrill.c544 static ZSTD_compressionParameters randomParams(void) in randomParams() function
570 ZSTD_compressionParameters const p = ZSTD_adjustCParams(randomParams(), srcSize, 0); in BMK_selectRandomStart()
811 …if ((FUZ_rand(&g_rand) & 31) == 3) params = randomParams(); /* totally random config to improve s… in optimizeForSize()