28 #define __ap_bitwise __attribute__((bitwise)) 29 #define __ap_force __attribute__((force)) 55 #if __BYTE_ORDER == __LITTLE_ENDIAN 56 #define bswap_16_on_le(x) __bswap_16(x) 57 #define bswap_32_on_le(x) __bswap_32(x) 58 #define bswap_64_on_le(x) __bswap_64(x) 59 #define bswap_16_on_be(x) (x) 60 #define bswap_32_on_be(x) (x) 61 #define bswap_64_on_be(x) (x) 62 #elif __BYTE_ORDER == __BIG_ENDIAN 63 #define bswap_16_on_le(x) (x) 64 #define bswap_32_on_le(x) (x) 65 #define bswap_64_on_le(x) (x) 66 #define bswap_16_on_be(x) __bswap_16(x) 67 #define bswap_32_on_be(x) __bswap_32(x) 68 #define bswap_64_on_be(x) __bswap_64(x) static uint32_t be32toh(be32_t value)
static le32_t htole32(uint32_t value)
#define bswap_64_on_be(x)
uint64_t __ap_bitwise be64_t
#define bswap_32_on_be(x)
uint32_t __ap_bitwise le32_t
#define bswap_16_on_le(x)
#define bswap_16_on_be(x)
uint64_t __ap_bitwise le64_t
static le16_t htole16(uint16_t value)
static be32_t htobe32(uint32_t value)
#define bswap_64_on_le(x)
static uint16_t be16toh(be16_t value)
uint32_t __ap_bitwise be32_t
static be16_t htobe16(uint16_t value)
static uint64_t be64toh(be64_t value)
uint16_t __ap_bitwise le16_t
static uint32_t le32toh(le32_t value)
static uint64_t le64toh(le64_t value)
#define bswap_32_on_le(x)
static le64_t htole64(uint64_t value)
static uint16_t le16toh(le16_t value)
static be64_t htobe64(uint64_t value)
uint16_t __ap_bitwise be16_t