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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h178 static inline grub_uint64_t grub_swap_bytes64(grub_uint64_t x) function
192 #define grub_swap_bytes64(x) \ macro
209 # define grub_cpu_to_le64(x) grub_swap_bytes64(x)
212 # define grub_le_to_cpu64(x) grub_swap_bytes64(x)
234 # define grub_cpu_to_be64(x) grub_swap_bytes64(x)
237 # define grub_be_to_cpu64(x) grub_swap_bytes64(x)

Completed in 20 milliseconds