Searched defs:noiseStart (Results 1 – 4 of 4) sorted by relevance
1968 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests() local2402 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests_newAPI() local
3950 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseLength); in fuzzerTests() local
1174 size_t const noiseStart = FUZ_rand(&randState) % (CNBufferLength - noiseLength); in fuzzerTests() local
593 … size_t const noiseStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - noiseLength); in FUZ_test() local