Searched defs:be64_to_cpu (Results 1 – 3 of 3) sorted by relevance
388 # define be64_to_cpu(x) (x) macro393 # define be64_to_cpu(x) bswap_64((x)) macro412 static inline uint64_t be64_to_cpu(uint64_t v) { in be64_to_cpu() function
98 #define be64_to_cpu __be64_to_cpu macro
74 #define be64_to_cpu(x) __bswap_64(x) macro81 #define be64_to_cpu(x) (x) macro