Home
last modified time | relevance | path

Searched refs:swap32 (Results 1 – 10 of 10) sorted by relevance

/external/bcc/examples/networking/tunnel_monitor/
Dmonitor.c32 void swap32(u32 *a, u32 *b) { in swap32() function
41 swap32(&key->outer_sip, &key->outer_dip); in swap_ipkey()
42 swap32(&key->inner_sip, &key->inner_dip); in swap_ipkey()
/external/libexif/m4m/
Dgp-byteorder.m492 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)
/external/rust/crates/ppv-lite86/src/
Dsoft.rs156 fwd_unop_x2!(swap32);
344 fwd_unop_x4!(swap32);
Dtypes.rs98 fn swap32(self) -> Self; in swap32() method
Dgeneric.rs279 fn swap32(self) -> Self {
/external/wpa_supplicant_8/src/utils/
Dcommon.h28 #define bswap_32 swap32
/external/rust/crates/ppv-lite86/src/x86_64/
Dsse2.rs821 fn swap32(self) -> Self { in swap32() method
853 fn swap32(self) -> Self { in swap32() method
/external/icing/icing/text_classifier/lib3/utils/hash/
Dfarmhash.cc132 #define bswap_32(x) swap32(x)
/external/libtextclassifier/native/utils/hash/
Dfarmhash.cc134 #define bswap_32(x) swap32(x)
/external/openssh/
Dconfigure.ac1870 swap32 \