Home
last modified time | relevance | path

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

/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/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/libmtp/m4/
Dbyteorder.m490 AC_HAVE_SYMBOL(swap32,machine/endian.h,
92 /* swap32 and swap16 are defined in machine/endian.h */
103 #define swap32(x) bswap_32(x)
120 #define swap32(x) bswap32(x)
132 #define swap32(x) __byte_swap_long(x)
152 #define swap32(x) NXSwapLong(x)
161 #define swap32(x) ((uint32_t)(((uint32_t)(x) << 24) & 0xff000000UL | \\
179 #define swap32(x) ntohl(x)
245 # define htole32(x) swap32(x)
251 # define le32toh(x) swap32(x)
/external/syzkaller/prog/
Dchecksum.go143 …info.Chunks = append(info.Chunks, CsumChunk{CsumChunkConst, nil, uint64(swap32(uint32(tcpPacket.Si…
144 …info.Chunks = append(info.Chunks, CsumChunk{CsumChunkConst, nil, uint64(swap32(uint32(protocol))),…
Dmutation.go555 func swap32(v uint32) uint32 { func
596 return uint64(swap32(uint32(v)))
Dany.go390 v = uint64(swap32(uint32(v)))
/external/wpa_supplicant_8/src/utils/
Dcommon.h28 #define bswap_32 swap32
/external/libtextclassifier/utils/hash/
Dfarmhash.cc134 #define bswap_32(x) swap32(x)
/external/openssh/
Dconfig.h.in1166 /* Define to 1 if you have the `swap32' function. */
Dconfigure.ac1774 swap32 \
Dconfigure10725 swap32 \