Searched refs:__SWAP16 (Results 1 – 1 of 1) sorted by relevance
252 #define __SWAP16(_x) \ macro257 ((__SWAP16((_x) & 0xffff) << 16) | \258 __SWAP16(((_x) >> 16) & 0xffff))270 #define __CPU_TO_LE_16(_x) ((uint16_t)__SWAP16(_x))271 #define __LE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x))289 #define __CPU_TO_BE_16(_x) ((uint16_t)__SWAP16(_x))290 #define __BE_TO_CPU_16(_x) ((uint16_t)__SWAP16(_x))