Home
last modified time | relevance | path

Searched defs:noiseStart (Results 1 – 4 of 4) sorted by relevance

/external/zstd/tests/
Dzstreamtest.c1968 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests() local
2402 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests_newAPI() local
Dfuzzer.c3950 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseLength); in fuzzerTests() local
/external/lz4/tests/
Dframetest.c1174 size_t const noiseStart = FUZ_rand(&randState) % (CNBufferLength - noiseLength); in fuzzerTests() local
Dfuzzer.c593 … size_t const noiseStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - noiseLength); in FUZ_test() local