Searched refs:__SWAP16 (Results 1 – 1 of 1) sorted by relevance
259 #define __SWAP16(_x) \ macro264 ((__SWAP16((_x) & 0xffff) << 16) | \265 __SWAP16(((_x) >> 16) & 0xffff))277 #define __CPU_TO_LE_16(_x) ((uint16_t)__SWAP16(_x))278 #define __LE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x))296 #define __CPU_TO_BE_16(_x) ((uint16_t)__SWAP16(_x))297 #define __BE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x))