Home | History | Annotate | Download | only in programs

Lines Matching refs:COMPRESSIBLE_NOISE_LENGTH

77 #define COMPRESSIBLE_NOISE_LENGTH (1 << 21)
305 CNBuffer = malloc(COMPRESSIBLE_NOISE_LENGTH);
306 FUZ_fillCompressibleNoiseBuffer(CNBuffer, COMPRESSIBLE_NOISE_LENGTH, compressibility, &randState);
323 blockStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - blockSize);
352 blockStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - blockSize);