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

/freebsd-11-stable/contrib/ofed/include/
H A Dbyteswap.h39 #define bswap_32 bswap32 macro
/freebsd-11-stable/contrib/ofed/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-stable/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
62 #define bswap_32 CPU_swap_u32 macro
181 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
182 #define host_to_be32(n) ((__force be32) bswap_32((n)))
192 #define le_to_host32(n) bswap_32(n)
193 #define host_to_le32(n) bswap_32(n)
397 #ifndef bswap_32
398 #define bswap_32( macro
[all...]
/freebsd-11-stable/contrib/xz/src/common/
H A Dtuklib_integer.h75 # define bswap32(num) bswap_32(num)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c85 #define htoll(l) bswap_32(l)
/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drsocket.c1837 sge.key = bswap_32(rs->rmr->rkey);
1838 sge.length = bswap_32(rs->rbuf_size >> 1);
2561 iom.sge.length = bswap_32(iomr->mr->length);
2562 iom.sge.key = bswap_32(iomr->mr->rkey);

Completed in 67 milliseconds