Searched refs:bswap32 (Results 1 – 6 of 6) sorted by relevance
62 #define bswap32(x) __bswap32(x) macro71 #define htobe32(x) bswap32((x))78 #define be32toh(x) bswap32((x))88 #define htole32(x) bswap32((x))95 #define le32toh(x) bswap32((x))
57 return (bswap32(x)); in __bswapsi2()
428 return bswap32(value); in rmi_pci_bus_space_read_4()464 *addr = bswap32(*addr); in rmi_pci_bus_space_read_multi_4()495 *(volatile u_int32_t *)(handle + offset) = bswap32(value); in rmi_pci_bus_space_write_4()531 (*(volatile u_int32_t *)(handle + offset)) = bswap32(*addr); in rmi_pci_bus_space_write_multi_4()
525 #elif defined(bswap32)526 #define aes_sw32 bswap32
112 *dst++ = bswap32(*src++); in padlock_output_block()
172 x[i] = bswap32(*(const uint32_t*)(block+i*4)); in RMD160Transform()