Home | History | Annotate | Download | only in libmtp

Lines Matching refs:swap32

15563 { $as_echo "$as_me:$LINENO: checking for swap32 in machine/endian.h" >&5
15564 $as_echo_n "checking for swap32 in machine/endian.h... " >&6; }
15573 #ifdef swap32
15579 $EGREP "symbol is present|\<swap32\>" >/dev/null 2>&1; then
15583 /* swap32 and swap16 are defined in machine/endian.h */
15615 #define swap32(x) bswap_32(x)
15652 #define swap32(x) bswap32(x)
15685 #define swap32(x) __byte_swap_long(x)
15726 #define swap32(x) NXSwapLong(x)
15739 #define swap32(x) ((uint32_t)(((uint32_t)(x) << 24) & 0xff000000UL | \\
15757 #define swap32(x) ntohl(x)
15843 # define htole32(x) swap32(x)
15849 # define le32toh(x) swap32(x)