Searched refs:__SWAP16 (Results 1 – 1 of 1) sorted by relevance
247 #define __SWAP16(_x) \ macro252 ((__SWAP16((_x) & 0xffff) << 16) | \253 __SWAP16(((_x) >> 16) & 0xffff))265 #define __CPU_TO_LE_16(_x) (uint16_t)__SWAP16(_x)266 #define __LE_TO_CPU_16(_x) (uint16_t)__SWAP16(_x)284 #define __CPU_TO_BE_16(_x) (uint16_t)__SWAP16(_x)285 #define __BE_TO_CPU_16(_x) (uint16_t)__SWAP16(_x)