Searched refs:__SWAP64 (Results 1 – 1 of 1) sorted by relevance
255 #define __SWAP64(_x) \ macro275 #define __CPU_TO_LE_64(_x) (uint64_t)__SWAP64(_x)276 #define __LE_TO_CPU_64(_x) (uint64_t)__SWAP64(_x)294 #define __CPU_TO_BE_64(_x) (uint64_t)__SWAP64(_x)295 #define __BE_TO_CPU_64(_x) (uint64_t)__SWAP64(_x)