Home
last modified time | relevance | path

Searched refs:swap32 (Results 1 – 8 of 8) 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/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/syslinux/gpxe/src/include/
Dbyteswap.h53 #define swap32(x) __bswap_32(x) macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h28 #define bswap_32 swap32
/external/libtextclassifier/util/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 \