Searched defs:bswap16 (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
H A Dbswap.h52 static inline uint16_t bswap16(uint16_t x) function
71 *s = bswap16(*s);
H A Dandroid-trace_common.h91 #define bswap16(x) ((((x) & 0xff) << 8) | (((x) >> 8) & 0xff)) macro
112 #define hostToLE16(x) bswap16(x)
115 #define LE16ToHost(x) bswap16(x)
118 #define convert16(x) (x = bswap16(x))

Completed in 861 milliseconds