Searched refs:__bswap_32 (Results 1 – 3 of 3) sorted by relevance
68 #define __bswap_32 bswap_32 macro73 #define be32_to_cpu(x) __bswap_32(x)76 #define cpu_to_be32(x) __bswap_32(x)132 magic = __bswap_32(magic); in check_data_endianness()
2151 return __bswap_32(bit->magic); in get_magic()
212 #define fio_swap32(x) __bswap_32(x)