Home | History | Annotate | Download | only in libmtp

Lines Matching refs:swap16

15583 /* swap32 and swap16 are defined in machine/endian.h */
15614 #define swap16(x) bswap_16(x)
15651 #define swap16(x) bswap16(x)
15684 #define swap16(x) __byte_swap_word(x)
15725 #define swap16(x) NXSwapShort(x)
15738 #define swap16(x) ((uint16_t)(((x) << 8) | ((uint16_t)(x) >> 8)))
15756 #define swap16(x) ntohs(x)
15840 # define htole16(x) swap16(x)
15846 # define le16toh(x) swap16(x)