Searched refs:__bswap_64 (Results 1 – 1 of 1) sorted by relevance
34 #define __bswap_64(x) ((uint64_t) ((((x) >> 56) & 0xff) | \ macro190 #define sys_be64_to_cpu(val) __bswap_64(val)191 #define sys_cpu_to_be64(val) __bswap_64(val)201 #define sys_le64_to_cpu(val) __bswap_64(val)202 #define sys_cpu_to_le64(val) __bswap_64(val)