Go to the source code of this file.
◆ __BIG_ENDIAN
◆ __BYTE_ORDER
◆ __CLANG_ENDIAN_CAST
| #define __CLANG_ENDIAN_CAST |
( |
| cast, |
|
|
| type, |
|
|
| value ) |
◆ __LITTLE_ENDIAN
◆ __PDP_ENDIAN
◆ be16toh
Value:
#define __CLANG_ENDIAN_CAST(cast, type, value)
Definition at line 56 of file endian.h.
◆ be32toh
◆ be64toh
◆ BIG_ENDIAN
| #define BIG_ENDIAN __ORDER_BIG_ENDIAN__ |
◆ BYTE_ORDER
| #define BYTE_ORDER __BYTE_ORDER__ |
◆ htobe16
◆ htobe32
◆ htobe64
◆ htole16
◆ htole32
◆ htole64
◆ le16toh
◆ le32toh
◆ le64toh
◆ LITTLE_ENDIAN
| #define LITTLE_ENDIAN __ORDER_LITTLE_ENDIAN__ |
◆ PDP_ENDIAN
| #define PDP_ENDIAN __ORDER_PDP_ENDIAN__ |