Searched defs:be64_to_cpu (Results 1 – 4 of 4) 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
18 #define be64_to_cpu(x) swab64(x) macro31 #define be64_to_cpu(x) ((uint64_t)(x)) macro
80 #define be64_to_cpu(x) __bswap_64(x) macro87 #define be64_to_cpu(x) (x) macro
32 #define be64_to_cpu(x) ext2fs_be64_to_cpu(x) macro