![]() |
PandA-2024.02
|

Go to the source code of this file.
Functions | |
| void | run_benchmark (void *vargs) |
| void | input_to_data (int fd, void *vdata) |
| void | data_to_input (int fd, void *vdata) |
| void | output_to_data (int fd, void *vdata) |
| void | data_to_output (int fd, void *vdata) |
| int | check_data (void *vdata, void *vref) |
Variables | |
| int | INPUT_SIZE = sizeof(struct bench_args_t) |
| int check_data | ( | void * | vdata, |
| void * | vref | ||
| ) |
Definition at line 82 of file local_support.c.
References ALEN, bench_args_t::alignedA, bench_args_t::alignedB, and BLEN.
| void data_to_input | ( | int | fd, |
| void * | vdata | ||
| ) |
Definition at line 35 of file local_support.c.
References ALEN, BLEN, bench_args_t::seqA, bench_args_t::seqB, write_section_header(), and write_string().

| void data_to_output | ( | int | fd, |
| void * | vdata | ||
| ) |
Definition at line 70 of file local_support.c.
References ALEN, bench_args_t::alignedA, bench_args_t::alignedB, BLEN, write_section_header(), and write_string().

| void input_to_data | ( | int | fd, |
| void * | vdata | ||
| ) |
Definition at line 18 of file local_support.c.
References ALEN, BLEN, find_section_start(), parse_string(), readfile(), bench_args_t::seqA, and bench_args_t::seqB.

| void output_to_data | ( | int | fd, |
| void * | vdata | ||
| ) |
Definition at line 54 of file local_support.c.
References ALEN, bench_args_t::alignedA, bench_args_t::alignedB, BLEN, find_section_start(), parse_string(), and readfile().

| void run_benchmark | ( | void * | vargs | ) |
Definition at line 6 of file local_support.c.
References bench_args_t::alignedA, bench_args_t::alignedB, test_panda::args, bench_args_t::M, needwun(), bench_args_t::ptr, bench_args_t::seqA, and bench_args_t::seqB.

| int INPUT_SIZE = sizeof(struct bench_args_t) |
Definition at line 4 of file local_support.c.
1.8.13