Searched refs:kMaxAflInputSize (Results 1 – 2 of 2) sorted by relevance
17 #define kMaxAflInputSize (1 << 20) macro18 static unsigned char afl_buffer[kMaxAflInputSize];32 int count = read(fd, afl_buffer, kMaxAflInputSize); in ProcessFile()
101 static const size_t kMaxAflInputSize = 1 << 20; variable102 static uint8_t AflInputBuf[kMaxAflInputSize];268 ssize_t n_read = read(0, AflInputBuf, kMaxAflInputSize); in main()