Searched defs:be64_to_cpu (Results 1 – 2 of 2) sorted by relevance
18 #define be64_to_cpu(x) (x) macro65 #define be64_to_cpu(x) ((be32_to_cpu((x)) << 32) | (be32_to_cpu((x) >> 32))) macro
25 #define be64_to_cpu(x) ((be32_to_cpu((x)) << 32) | (be32_to_cpu((x) >> 32))) macro