Go to the source code of this file.
Functions | |
void | swap_short_2 (short *tni2) |
Swap a 2 byte signed integer. | |
void | swap_u_short_2 (unsigned short *tni2) |
Swap a 2 byte unsigned integer. | |
void | swap_int_4 (int *tni4) |
Swap a 4 byte signed integer. | |
void | swap_u_int_4 (unsigned int *tni4) |
Swap a 4 byte unsigned integer. | |
void | swap_long_4 (long *tni4) |
Swap a 4 byte signed long integer. | |
void | swap_u_long_4 (unsigned long *tni4) |
Swap a 4 byte unsigned long integer. | |
void | swap_float_4 (float *tnf4) |
Swap a 4 byte floating point number. | |
void | swap_double_8 (double *tndd8) |
Swap a 8 byte double number. |
Definition in file endian.c.
|
Swap a 8 byte double number.
|
|
Swap a 4 byte floating point number.
|
|
Swap a 4 byte signed integer.
|
|
Swap a 4 byte signed long integer.
|
|
Swap a 2 byte signed integer.
|
|
Swap a 4 byte unsigned integer.
|
|
Swap a 4 byte unsigned long integer.
|
|
Swap a 2 byte unsigned integer.
|