Home
last modified time | relevance | path

Searched refs:INPUT_SIZE (Results 1 – 4 of 4) sorted by relevance

/xen/tools/fuzz/libelf/
A Dafl-libelf-fuzzer.c8 #define INPUT_SIZE 4096 macro
9 static uint8_t input[INPUT_SIZE];
31 size = fread(input, 1, INPUT_SIZE, fp); in main()
/xen/tools/fuzz/x86_instruction_emulator/
A Dafl-harness.c9 static uint8_t input[INPUT_SIZE];
94 size = fread(input, 1, INPUT_SIZE, fp); in main()
A Dfuzz-emul.h8 #define INPUT_SIZE 4096 macro
A Dfuzz-emul.c39 unsigned char data[INPUT_SIZE];

Completed in 6 milliseconds