PandA-2024.02
Data Structures | Macros | Functions
sort.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "support.h"
Include dependency graph for sort.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  bench_args_t
 

Macros

#define SIZE   2048
 
#define TYPE   int32_t
 
#define TYPE_MAX   INT32_MAX
 

Functions

void ms_mergesort (TYPE a[SIZE])
 

Macro Definition Documentation

◆ SIZE

#define SIZE   2048

Definition at line 6 of file sort.h.

◆ TYPE

#define TYPE   int32_t

Definition at line 7 of file sort.h.

◆ TYPE_MAX

#define TYPE_MAX   INT32_MAX

Definition at line 8 of file sort.h.

Referenced by main().

Function Documentation

◆ ms_mergesort()

void ms_mergesort ( TYPE  a[SIZE])

Definition at line 31 of file sort.c.

References merge(), and SIZE.

Referenced by run_benchmark().

Here is the call graph for this function:
Here is the caller graph for this function:

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