Searched defs:cpu_to_be64 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dbig_bswap.h11 #define cpu_to_be64(x) (x) macro
H A Dlittle_bswap.h13 #define cpu_to_be64(x) __bswap_64(x) macro

Completed in 33 milliseconds