Searched refs:swap32 (Results 1 – 11 of 11) sorted by relevance
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 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)
|
/external/bcc/examples/networking/tunnel_monitor/ |
D | monitor.c | 32 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/ |
D | byteorder.m4 | 90 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/ |
D | checksum.go | 143 …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))),…
|
D | mutation.go | 555 func swap32(v uint32) uint32 { func 596 return uint64(swap32(uint32(v)))
|
D | any.go | 390 v = uint64(swap32(uint32(v)))
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 28 #define bswap_32 swap32
|
/external/libtextclassifier/utils/hash/ |
D | farmhash.cc | 134 #define bswap_32(x) swap32(x)
|
/external/openssh/ |
D | config.h.in | 1166 /* Define to 1 if you have the `swap32' function. */
|
D | configure.ac | 1774 swap32 \
|
D | configure | 10725 swap32 \
|