Searched refs:swap32 (Results 1 – 10 of 10) sorted by relevance
32 void swap32(u32 *a, u32 *b) { in swap32() function41 swap32(&key->outer_sip, &key->outer_dip); in swap_ipkey()42 swap32(&key->inner_sip, &key->inner_dip); in swap_ipkey()
92 AC_HAVE_SYMBOL(swap32,machine/endian.h,94 /* swap32 and swap16 are defined in machine/endian.h */105 #define swap32(x) bswap_32(x)122 #define swap32(x) bswap32(x)134 #define swap32(x) __byte_swap_long(x)154 #define swap32(x) NXSwapLong(x)163 #define swap32(x) ((uint32_t)(((uint32_t)(x) << 24) & 0xff000000UL | \\181 #define swap32(x) ntohl(x)236 #define htole32(x) swap32(x)238 #define le32toh(x) swap32(x)
156 fwd_unop_x2!(swap32);344 fwd_unop_x4!(swap32);
98 fn swap32(self) -> Self; in swap32() method
279 fn swap32(self) -> Self {
28 #define bswap_32 swap32
821 fn swap32(self) -> Self { in swap32() method853 fn swap32(self) -> Self { in swap32() method
132 #define bswap_32(x) swap32(x)
134 #define bswap_32(x) swap32(x)
1870 swap32 \