Searched refs:__SWAP32 (Results 1 – 1 of 1) sorted by relevance
263 #define __SWAP32(_x) \ macro268 ((__SWAP32((_x) & 0xffffffff) << 32) | \269 __SWAP32(((_x) >> 32) & 0xffffffff))282 #define __CPU_TO_LE_32(_x) ((uint32_t)__SWAP32(_x))283 #define __LE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x))301 #define __CPU_TO_BE_32(_x) ((uint32_t)__SWAP32(_x))302 #define __BE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x))