SURFEX v8.1
General documentation of Surfex
Functions
swapbytes_ifsaux.h File Reference

Go to the source code of this file.

Functions

void swap1bytes_ifsaux_ (void *v, const int *vlen)
 
void swap2bytes_ifsaux_ (void *v, const int *vlen)
 
void swap4bytes_ifsaux_ (void *v, const int *vlen)
 
void swap8bytes_ifsaux_ (void *v, const int *vlen)
 
void swapANYbytes_ifsaux (void *v, int elsize, int n, unsigned int dtype, const char *dtype_name, const char *varname)
 

Function Documentation

◆ swap1bytes_ifsaux_()

void swap1bytes_ifsaux_ ( void *  v,
const int *  vlen 
)

Definition at line 8 of file swapbytes_ifsaux.c.

◆ swap2bytes_ifsaux_()

void swap2bytes_ifsaux_ ( void *  v,
const int *  vlen 
)

Definition at line 14 of file swapbytes_ifsaux.c.

Here is the caller graph for this function:

◆ swap4bytes_ifsaux_()

void swap4bytes_ifsaux_ ( void *  v,
const int *  vlen 
)

Definition at line 35 of file swapbytes_ifsaux.c.

Here is the caller graph for this function:

◆ swap8bytes_ifsaux_()

void swap8bytes_ifsaux_ ( void *  v,
const int *  vlen 
)

Definition at line 56 of file swapbytes_ifsaux.c.

Here is the caller graph for this function:

◆ swapANYbytes_ifsaux()

void swapANYbytes_ifsaux ( void *  v,
int  elsize,
int  n,
unsigned int  dtype,
const char *  dtype_name,
const char *  varname 
)