Searched refs:__SWAP16 (Results 1 – 1 of 1) sorted by relevance
242 #define __SWAP16(_x) \ macro247 ((__SWAP16((_x) & 0xffff) << 16) | \248 __SWAP16(((_x) >> 16) & 0xffff))260 #define __CPU_TO_LE_16(_x) (uint16_t)__SWAP16(_x)261 #define __LE_TO_CPU_16(_x) (uint16_t)__SWAP16(_x)279 #define __CPU_TO_BE_16(_x) (uint16_t)__SWAP16(_x)280 #define __BE_TO_CPU_16(_x) (uint16_t)__SWAP16(_x)