Searched refs:__SWAP32 (Results 1 – 1 of 1) sorted by relevance
256 #define __SWAP32(_x) \ macro261 ((__SWAP32((_x) & 0xffffffff) << 32) | \262 __SWAP32(((_x) >> 32) & 0xffffffff))275 #define __CPU_TO_LE_32(_x) ((uint32_t)__SWAP32(_x))276 #define __LE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x))294 #define __CPU_TO_BE_32(_x) ((uint32_t)__SWAP32(_x))295 #define __BE_TO_CPU_32(_x) ((uint32_t)__SWAP32(_x))