Searched defs:be64_to_cpu (Results 1 – 2 of 2) 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
74 #define be64_to_cpu(x) __bswap_64(x) macro81 #define be64_to_cpu(x) (x) macro