SURFEX v8.1
General documentation of Surfex
Typedefs | Functions | Variables
rsort64.c File Reference

Go to the source code of this file.

Typedefs

typedef unsigned int Uint32
 
typedef unsigned long long int Uint64
 
typedef unsigned char Uchar
 
typedef long long int ll_t
 

Functions

void rsort64_ (const int *Mode, const int *N, const int *Inc, const int *Start_addr, Uint64 Data[], int index[], const int *Index_adj, int *retc)
 

Variables

static int SpeedUp = 0
 

Typedef Documentation

◆ ll_t

typedef long long int ll_t

Definition at line 59 of file rsort64.c.

◆ Uchar

typedef unsigned char Uchar

Definition at line 32 of file rsort64.c.

◆ Uint32

typedef unsigned int Uint32

Definition at line 30 of file rsort64.c.

◆ Uint64

typedef unsigned long long int Uint64

Definition at line 31 of file rsort64.c.

Function Documentation

◆ rsort64_()

void rsort64_ ( const int *  Mode,
const int *  N,
const int *  Inc,
const int *  Start_addr,
Uint64  Data[],
int  index[],
const int *  Index_adj,
int *  retc 
)

Definition at line 82 of file rsort64.c.

Here is the call graph for this function:

Variable Documentation

◆ SpeedUp

static int SpeedUp = 0
static

Definition at line 49 of file rsort64.c.