Searched refs:bswap16 (Results 1 – 10 of 10) sorted by relevance
91 #define bswap16(x) ((((x) & 0xff) << 8) | (((x) >> 8) & 0xff)) macro112 #define hostToLE16(x) bswap16(x)115 #define LE16ToHost(x) bswap16(x)118 #define convert16(x) (x = bswap16(x))
52 static inline uint16_t bswap16(uint16_t x) in bswap16() function71 *s = bswap16(*s); in bswap16s()
48 return bswap16(s); in tswap16()63 *s = bswap16(*s); in tswap16s()
57 val = bswap16(val); in pci_host_data_writew()100 val = bswap16(val); in pci_host_data_readw()
423 # define HNDL(raw) bswap16(raw)
74 #define ENDIAN_CONVERT(v) bswap16 (v)95 #define ENDIAN_CONVERT(v) bswap16 (v)
766 s = bswap16 (s); in audio_pcm_info_clear_buf()
67 #define bswap_16 bswap16
31 #define bswap_16 bswap16
37 #define bswap_16 bswap16