Searched refs:__bswap_32 (Results 1 – 4 of 4) sorted by relevance
26 # define htobe32(x) __bswap_32 (x)28 # define be32toh(x) __bswap_32 (x)42 # define htole32(x) __bswap_32 (x)44 # define le32toh(x) __bswap_32 (x)
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()
220 #define fio_swap32(x) __bswap_32(x)