34 return (order == eEndianNative) ? value :
endian_swap16(value);
41 return (order == eEndianNative) ? value :
endian_swap32(value);
48 return (order == eEndianNative) ? value :
endian_swap64(value);
#define STA_DECL
sal2 annotation on function implementations to copy annotations from the declaration
STA_DECL uint16_t endian_swap16(uint16_t value)
swap the endianess of a 16-bit value
STA_DECL uint64_t endian_swap64(uint64_t value)
swap the endianess of a 64-bit value
STA_DECL uint64_t native_order64(uint64_t value, endian_t order)
convert a 64-bit value of a given endianess to the native endianess
STA_DECL uint32_t endian_swap32(uint32_t value)
swap the endianess of a 32-bit value
STA_DECL uint16_t native_order16(uint16_t value, endian_t order)
convert a 16-bit value of a given endianess to the native endianess
STA_DECL uint32_t native_order32(uint32_t value, endian_t order)
convert a 32-bit value of a given endianess to the native endianess
#define CTASSERTF(expr,...)
assert a condition with a message and optional format arguments