Searched refs:bswap_16 (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/ofed/include/
H A Dbyteswap.h38 #define bswap_16 bswap16 macro
/freebsd-current/include/
H A Dbyteswap.h37 #define bswap_16(x) __bswap16(x) macro
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_byteswap_osd.h60 #define cl_ntoh16(x) bswap_16(x)
61 #define cl_hton16(x) bswap_16(x)
/freebsd-current/contrib/wpa/src/utils/
H A Dcommon.h27 #define bswap_16 swap16 macro
31 #define bswap_16 bswap16 macro
44 static inline unsigned short bswap_16(unsigned short v) function
61 #define bswap_16 CPU_swap_u16 macro
177 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
178 #define host_to_be16(n) ((__force be16) bswap_16((n)))
188 #define le_to_host16(n) bswap_16(n)
189 #define host_to_le16(n) bswap_16(n)
396 #ifndef bswap_16
397 #define bswap_16( macro
[all...]
/freebsd-current/contrib/libpcap/
H A Dpcap-usb-linux.c87 #define htols(s) bswap_16(s)
/freebsd-current/contrib/xz/src/common/
H A Dtuklib_integer.h77 # define byteswap16(num) bswap_16(num)
/freebsd-current/contrib/file/src/
H A Dcdf.c134 # define _cdf_tole2(x) bswap_16(x)
H A Dapprentice.c135 #define swap2(x) bswap_16(x)

Completed in 273 milliseconds