Searched refs:__SWAP32 (Results 1 – 1 of 1) sorted by relevance
254 #define __SWAP32(_x) \ macro259 ((__SWAP32((_x) & 0xffffffff) << 32) | \260 __SWAP32(((_x) >> 32) & 0xffffffff))273 #define __CPU_TO_LE_32(_x) ((uint32_t)__SWAP32(_x))274 #define __LE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x))292 #define __CPU_TO_BE_32(_x) ((uint32_t)__SWAP32(_x))293 #define __BE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x))