Go to the source code of this file.
Functions |
static int16_t | _swap16 (int16_t n) |
static uint16_t | _swapu16 (uint16_t n) |
static int32_t | _swap32 (int32_t n) |
static uint32_t | _swapu32 (uint32_t n) |
static int64_t | _swap64 (int64_t n) |
static uint64_t | _swapu64 (uint64_t n) |
Macro Definition Documentation
Function Documentation
static int16_t _swap16 |
( |
int16_t |
n | ) |
|
|
inlinestatic |
static int32_t _swap32 |
( |
int32_t |
n | ) |
|
|
inlinestatic |
static int64_t _swap64 |
( |
int64_t |
n | ) |
|
|
inlinestatic |
static uint16_t _swapu16 |
( |
uint16_t |
n | ) |
|
|
inlinestatic |
static uint32_t _swapu32 |
( |
uint32_t |
n | ) |
|
|
inlinestatic |
static uint64_t _swapu64 |
( |
uint64_t |
n | ) |
|
|
inlinestatic |