Searched refs:__SWAP64 (Results 1 – 1 of 1) sorted by relevance
267 #define __SWAP64(_x) \ macro287 #define __CPU_TO_LE_64(_x) ((uint64_t)__SWAP64(_x))288 #define __LE_TO_CPU_64(_x) ((uint64_t)__SWAP64(_x))306 #define __CPU_TO_BE_64(_x) ((uint64_t)__SWAP64(_x))307 #define __BE_TO_CPU_64(_x) ((uint64_t)__SWAP64(_x))