Go to the source code of this file.
|
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) |
|
◆ swap1bytes_ifsaux_()
PUBLIC void swap1bytes_ifsaux_ |
( |
void * |
v, |
|
|
const int * |
vlen |
|
) |
| |
◆ swap2bytes_ifsaux_()
PUBLIC void swap2bytes_ifsaux_ |
( |
void * |
v, |
|
|
const int * |
vlen |
|
) |
| |
◆ swap2bytes_ifsaux_via_copy_()
PUBLIC void swap2bytes_ifsaux_via_copy_ |
( |
void * |
v, |
|
|
const void * |
vin, |
|
|
const int * |
vlen |
|
) |
| |
◆ swap4bytes_ifsaux_()
PUBLIC void swap4bytes_ifsaux_ |
( |
void * |
v, |
|
|
const int * |
vlen |
|
) |
| |
◆ swap4bytes_ifsaux_via_copy_()
PUBLIC void swap4bytes_ifsaux_via_copy_ |
( |
void * |
v, |
|
|
const void * |
vin, |
|
|
const int * |
vlen |
|
) |
| |
◆ swap8bytes_ifsaux_()
PUBLIC void swap8bytes_ifsaux_ |
( |
void * |
v, |
|
|
const int * |
vlen |
|
) |
| |
◆ swap8bytes_ifsaux_via_copy_()
PUBLIC void swap8bytes_ifsaux_via_copy_ |
( |
void * |
v, |
|
|
const void * |
vin, |
|
|
const int * |
vlen |
|
) |
| |
◆ swapANYbytes_ifsaux_()
PUBLIC void swapANYbytes_ifsaux_ |
( |
void * |
v, |
|
|
int |
elsize, |
|
|
int |
n, |
|
|
unsigned int |
dtype, |
|
|
const char * |
dtype_name, |
|
|
const char * |
varname |
|
) |
| |