Go to the source code of this file.
◆ _GET_BYTE
| #define _GET_BYTE |
( |
| x, |
|
|
| n ) |
Value:( ((x) >> (8 * (n))) & 0xff )
◆ _PED_SWAP16
Value:
#define _GET_BYTE(x, n)
Definition endian.h:28
◆ _PED_SWAP32
◆ _PED_SWAP64
◆ PED_BE16_TO_CPU
| #define PED_BE16_TO_CPU |
( |
| x | ) |
|
Value:
#define PED_SWAP16(x)
Definition endian.h:47
◆ PED_BE32_TO_CPU
| #define PED_BE32_TO_CPU |
( |
| x | ) |
|
Value:
#define PED_SWAP32(x)
Definition endian.h:48
◆ PED_BE64_TO_CPU
| #define PED_BE64_TO_CPU |
( |
| x | ) |
|
Value:
#define PED_SWAP64(x)
Definition endian.h:49
◆ PED_CPU_TO_BE16
| #define PED_CPU_TO_BE16 |
( |
| x | ) |
|
◆ PED_CPU_TO_BE32
| #define PED_CPU_TO_BE32 |
( |
| x | ) |
|
◆ PED_CPU_TO_BE64
| #define PED_CPU_TO_BE64 |
( |
| x | ) |
|
◆ PED_CPU_TO_LE16
| #define PED_CPU_TO_LE16 |
( |
| x | ) |
|
◆ PED_CPU_TO_LE32
| #define PED_CPU_TO_LE32 |
( |
| x | ) |
|
◆ PED_CPU_TO_LE64
| #define PED_CPU_TO_LE64 |
( |
| x | ) |
|
◆ PED_LE16_TO_CPU
| #define PED_LE16_TO_CPU |
( |
| x | ) |
|
◆ PED_LE32_TO_CPU
| #define PED_LE32_TO_CPU |
( |
| x | ) |
|
◆ PED_LE64_TO_CPU
| #define PED_LE64_TO_CPU |
( |
| x | ) |
|
◆ PED_SWAP16
Value:
#define _PED_SWAP16(x)
Definition endian.h:30
◆ PED_SWAP32
Value:
#define _PED_SWAP32(x)
Definition endian.h:33
◆ PED_SWAP64
Value:
#define _PED_SWAP64(x)
Definition endian.h:38