Searched refs:bswap_32 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/ofed/include/infiniband/
H A Dbyteswap.h39 #define bswap_32 bswap32 macro
/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_byteswap_osd.h62 #define cl_ntoh32(x) bswap_32(x)
63 #define cl_hton32(x) bswap_32(x)
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dcommon.h28 #define bswap_32 swap32 macro
32 #define bswap_32 bswap32 macro
49 static inline unsigned int bswap_32(unsigned int v) function
171 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
172 #define host_to_be32(n) ((__force be32) bswap_32((n)))
182 #define le_to_host32(n) bswap_32(n)
183 #define host_to_le32(n) bswap_32(n)
381 #ifndef bswap_32
382 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro
/freebsd-11.0-release/contrib/xz/src/common/
H A Dtuklib_integer.h58 # define bswap32(num) bswap_32(num)
/freebsd-11.0-release/contrib/ofed/librdmacm/examples/
H A Dcmatose.c53 static inline uint32_t cpu_to_be32(uint32_t x) { return bswap_32(x); }
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap-usb-linux.c83 #define htoll(l) bswap_32(l)

Completed in 197 milliseconds