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

Go to the source code of this file.

Functions

PUBLIC void swap1bytes_ifsaux_ (void *v, const int *vlen)
 
PUBLIC void swap2bytes_ifsaux_ (void *v, const int *vlen)
 
PUBLIC void swap2bytes_ifsaux_via_copy_ (void *v, const void *vin, const int *vlen)
 
PUBLIC void swap4bytes_ifsaux_ (void *v, const int *vlen)
 
PUBLIC void swap4bytes_ifsaux_via_copy_ (void *v, const void *vin, const int *vlen)
 
PUBLIC void swap8bytes_ifsaux_ (void *v, const int *vlen)
 
PUBLIC void swap8bytes_ifsaux_via_copy_ (void *v, const void *vin, const int *vlen)
 
PUBLIC void swapANYbytes_ifsaux_ (void *v, int elsize, int n, unsigned int dtype, const char *dtype_name, const char *varname)
 

Function Documentation

◆ swap1bytes_ifsaux_()

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

Definition at line 8 of file swapbytes_ifsaux.c.

◆ swap2bytes_ifsaux_()

PUBLIC 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:

◆ swap2bytes_ifsaux_via_copy_()

PUBLIC void swap2bytes_ifsaux_via_copy_ ( void *  v,
const void *  vin,
const int *  vlen 
)

Definition at line 24 of file swapbytes_ifsaux.c.

◆ swap4bytes_ifsaux_()

PUBLIC 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:

◆ swap4bytes_ifsaux_via_copy_()

PUBLIC void swap4bytes_ifsaux_via_copy_ ( void *  v,
const void *  vin,
const int *  vlen 
)

Definition at line 45 of file swapbytes_ifsaux.c.

◆ swap8bytes_ifsaux_()

PUBLIC 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:

◆ swap8bytes_ifsaux_via_copy_()

PUBLIC void swap8bytes_ifsaux_via_copy_ ( void *  v,
const void *  vin,
const int *  vlen 
)

Definition at line 66 of file swapbytes_ifsaux.c.

◆ swapANYbytes_ifsaux_()

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

Definition at line 77 of file swapbytes_ifsaux.c.

Here is the call graph for this function: