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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h158 #define grub_swap_bytes32_compile_time(x) ((((x) & 0xff) << 24) | (((x) & 0xff00) << 8) | (((x) & 0xff0000) >> 8) | (((x) & 0xff000000UL) >> 24)) macro
223 # define grub_cpu_to_le32_compile_time(x) grub_swap_bytes32_compile_time(x)
239 # define grub_cpu_to_be32_compile_time(x) grub_swap_bytes32_compile_time(x)

Completed in 21 milliseconds