Searched refs:grub_swap_bytes16 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h151 #define grub_swap_bytes16(x) \ macro
207 # define grub_cpu_to_le16(x) grub_swap_bytes16(x)
210 # define grub_le_to_cpu16(x) grub_swap_bytes16(x)
232 # define grub_cpu_to_be16(x) grub_swap_bytes16(x)
235 # define grub_be_to_cpu16(x) grub_swap_bytes16(x)

Completed in 36 milliseconds