Go to the source code of this file.
◆ swap16
Value:
static int16_t _swap16(int16_t n)
Definition endianness.h:27
◆ swap32
Value:
static int32_t _swap32(int32_t n)
Definition endianness.h:46
◆ swap64
Value:
static int64_t _swap64(int64_t n)
Definition endianness.h:71
◆ swapu16
◆ swapu32
Value:
static uint32_t _swapu32(uint32_t n)
Definition endianness.h:55
◆ swapu64
Value:
static uint64_t _swapu64(uint64_t n)
Definition endianness.h:84
◆ _swap16()
int16_t _swap16 |
( |
int16_t | n | ) |
|
|
inlinestatic |
◆ _swap32()
int32_t _swap32 |
( |
int32_t | n | ) |
|
|
inlinestatic |
◆ _swap64()
int64_t _swap64 |
( |
int64_t | n | ) |
|
|
inlinestatic |
◆ _swapu16()
uint16_t _swapu16 |
( |
uint16_t | n | ) |
|
|
inlinestatic |
◆ _swapu32()
uint32_t _swapu32 |
( |
uint32_t | n | ) |
|
|
inlinestatic |
◆ _swapu64()
uint64_t _swapu64 |
( |
uint64_t | n | ) |
|
|
inlinestatic |