![]() |
PandA-2024.02
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>#include <fcntl.h>#include <unistd.h>#include <assert.h>#include "stencil.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 12 of file generate.c.
References col_size, data_to_input(), f_size, bench_args_t::filter, MAX, MIN, bench_args_t::orig, prng_rand(), prng_srand(), and row_size.

1.8.13