Searched defs:cpu_to_be64 (Results 1 – 2 of 2) sorted by relevance
147 #define cpu_to_be64(x) BE_64((uint64_t)(x)) macro
54 #define cpu_to_be64(x) (x) macro59 #define cpu_to_be64(x) BSWAP_64(x) macro