PandA-2024.02
Functions
sort.c File Reference
#include "sort.h"
Include dependency graph for sort.c:

Go to the source code of this file.

Functions

void merge (TYPE a[SIZE], int start, int m, int stop)
 
void ms_mergesort (TYPE a[SIZE])
 

Function Documentation

◆ merge()

void merge ( TYPE  a[SIZE],
int  start,
int  m,
int  stop 
)

Definition at line 3 of file sort.c.

References k, SIZE, and TYPE.

Referenced by ms_mergesort().

Here is the caller graph for this function:

◆ 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