Searched defs:noiseStart (Results 1 – 5 of 5) sorted by relevance
2731 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests() local3185 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseSize); in fuzzerTests_newAPI() local
4626 size_t const noiseStart = FUZ_rand(&lseed) % (srcBufferSize - noiseLength); in fuzzerTests() local
1324 int noiseStart = signalStart; // receives the number of null samples in checkEnergy() local
1297 size_t const noiseStart = FUZ_rand(&randState) % (CNBufferLength - noiseLength); in fuzzerTests() local
607 … size_t const noiseStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - noiseLength); in FUZ_test() local