Searched refs:__bswap_64 (Results 1 – 5 of 5) sorted by relevance
31 # define htobe64(x) __bswap_64 (x)33 # define be64toh(x) __bswap_64 (x)47 # define htole64(x) __bswap_64 (x)49 # define le64toh(x) __bswap_64 (x)
75 #define __bswap_64 bswap_64 macro80 #define be64_to_cpu(x) __bswap_64(x)83 #define cpu_to_be64(x) __bswap_64(x)
264 # define __be64_to_cpu(x) __bswap_64(x)
577 def __bswap_64(x): return \ function
906 def __bswap_64(x): return \ function