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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h173 static inline grub_uint32_t grub_swap_bytes32(grub_uint32_t x) function
183 #define grub_swap_bytes32(x) \ macro
208 # define grub_cpu_to_le32(x) grub_swap_bytes32(x)
211 # define grub_le_to_cpu32(x) grub_swap_bytes32(x)
233 # define grub_cpu_to_be32(x) grub_swap_bytes32(x)
236 # define grub_be_to_cpu32(x) grub_swap_bytes32(x)

Completed in 15 milliseconds