PandA-2024.02
Functions | Variables
local_support.c File Reference
#include "sub.h"
#include <string.h>
#include <mdpi/mdpi_user.h>
Include dependency graph for local_support.c:

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)
 

Variables

int INPUT_SIZE = sizeof(struct bench_args_t)
 

Function Documentation

◆ check_data()

int check_data ( void *  vdata)

◆ data_to_input()

void data_to_input ( int  fd,
void *  vdata 
)

Definition at line 53 of file local_support.c.

References bench_args_t::a, bench_args_t::b, bench_args_t::buf, bench_args_t::k, TESTS_COUNT, write_double_array(), write_section_header(), and write_uint8_t_array().

Here is the call graph for this function:

◆ data_to_output()

void data_to_output ( int  fd,
void *  vdata 
)

Definition at line 84 of file local_support.c.

References bench_args_t::buf, bench_args_t::c, TESTS_COUNT, write_double_array(), write_section_header(), and write_uint8_t_array().

Here is the call graph for this function:

◆ input_to_data()

void input_to_data ( int  fd,
void *  vdata 
)

◆ output_to_data()

void output_to_data ( int  fd,
void *  vdata 
)

Definition at line 69 of file local_support.c.

References bench_args_t::buf, bench_args_t::c, find_section_start(), parse_double_array(), parse_uint8_t_array(), readfile(), and TESTS_COUNT.

Here is the call graph for this function:

◆ run_benchmark()

void run_benchmark ( void *  vargs)

Variable Documentation

◆ INPUT_SIZE

int INPUT_SIZE = sizeof(struct bench_args_t)

Definition at line 6 of file local_support.c.


Generated on Mon Feb 12 2024 13:03:10 for PandA-2024.02 by doxygen 1.8.13