Searched refs:__SWAP16 (Results 1 – 1 of 1) sorted by relevance
250 #define __SWAP16(_x) \ macro255 ((__SWAP16((_x) & 0xffff) << 16) | \256 __SWAP16(((_x) >> 16) & 0xffff))268 #define __CPU_TO_LE_16(_x) ((uint16_t)__SWAP16(_x))269 #define __LE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x))287 #define __CPU_TO_BE_16(_x) ((uint16_t)__SWAP16(_x))288 #define __BE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x))