byte-swap.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | octave_byte_swap_h 1 |
Functions | |
| template<int n> | |
| void | swap_bytes (volatile void *ptr) |
| template<> | |
| void | swap_bytes< 1 > (volatile void *) |
| template<> | |
| void | swap_bytes< 2 > (volatile void *ptr) |
| template<> | |
| void | swap_bytes< 4 > (volatile void *ptr) |
| template<> | |
| void | swap_bytes< 8 > (volatile void *ptr) |
| template<int n> | |
| void | swap_bytes (volatile void *ptr, int len) |
| template<> | |
| void | swap_bytes< 1 > (volatile void *, int) |
Define Documentation
| #define octave_byte_swap_h 1 |
Function Documentation
template<int n>
| void swap_bytes | ( | volatile void * | ptr, | |
| int | len | |||
| ) | [inline] |
template<int n>
| void swap_bytes | ( | volatile void * | ptr | ) | [inline] |
template<>
| void swap_bytes< 1 > | ( | volatile void * | , | |
| int | ||||
| ) | [inline] |
template<>
| void swap_bytes< 1 > | ( | volatile void * | ) | [inline] |
template<>
| void swap_bytes< 2 > | ( | volatile void * | ptr | ) | [inline] |
template<>
| void swap_bytes< 4 > | ( | volatile void * | ptr | ) | [inline] |
template<>
| void swap_bytes< 8 > | ( | volatile void * | ptr | ) | [inline] |