Searched defs:be64_to_cpu (Results 1 – 3 of 3) sorted by relevance
273 #define be64_to_cpu(x) (x) macro278 #define be64_to_cpu(x) bswap_64((x)) macro298 static inline uint64_t be64_to_cpu(uint64_t v) in be64_to_cpu() function
80 #define be64_to_cpu(x) __bswap_64(x) macro87 #define be64_to_cpu(x) (x) macro
36 #define be64_to_cpu(x) ext2fs_be64_to_cpu(x) macro