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

Go to the source code of this file.

Functions

void iswap_isle_ (int *reqd)
 
void iswap (char *a, const char *b, int t, int n, int d)
 
void iswap_ (char *a, const char *b, const int *_t, const int *_n)
 
void jswap_ (char *a, const char *b, const int *_t, const int *_n)
 

Variables

static const char * T = "abcd"
 
static const int dTle = 0x64636261
 
static const int dTbe = 0x61626364
 

Function Documentation

◆ iswap()

void iswap ( char *  a,
const char *  b,
int  t,
int  n,
int  d 
)

Definition at line 17 of file iswap8.c.

Here is the caller graph for this function:

◆ iswap_()

void iswap_ ( char *  a,
const char *  b,
const int *  _t,
const int *  _n 
)

Definition at line 39 of file iswap8.c.

Here is the call graph for this function:

◆ iswap_isle_()

void iswap_isle_ ( int *  reqd)

Definition at line 7 of file iswap8.c.

Here is the caller graph for this function:

◆ jswap_()

void jswap_ ( char *  a,
const char *  b,
const int *  _t,
const int *  _n 
)

Definition at line 45 of file iswap8.c.

Here is the call graph for this function:

Variable Documentation

◆ dTbe

const int dTbe = 0x61626364
static

Definition at line 5 of file iswap8.c.

◆ dTle

const int dTle = 0x64636261
static

Definition at line 4 of file iswap8.c.

◆ T

const char* T = "abcd"
static

Definition at line 3 of file iswap8.c.