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

12

/netbsd-current/external/gpl2/gettext/include/
H A Dbyteswap.h26 #define bswap_16(x) ((((x) & 0x00FF) << 8) | \ macro
47 #define bswap_16(x) (x) macro
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dswap.h35 bswap_16 (uint16_t v) function
82 case 2: x = bswap_16 (x); break; \
H A Dctf-open-bfd.c279 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC)))
H A Dctf-open.c1375 if (pp->ctp_magic == bswap_16 (CTF_MAGIC))
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dswap.h35 bswap_16 (uint16_t v) function
82 case 2: x = bswap_16 (x); break; \
H A Dctf-open-bfd.c279 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC)))
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dswap.h35 bswap_16 (uint16_t v) function
82 case 2: x = bswap_16 (x); break; \
H A Dctf-open-bfd.c279 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC)))
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dxlate.h26 # define bswap_16(x) bswap16(x) macro
31 # define bswap_16(x) (((x) & 0x00ffU) << 8 | \ macro
51 # define xlate16_be(x) bswap_16(x)
55 # define xlate16(x) bswap_16(x)
/netbsd-current/external/gpl2/lvm2/dist/lib/mm/
H A Dxlate.h26 # define bswap_16(x) bswap16(x) macro
31 # define bswap_16(x) (((x) & 0x00ffU) << 8 | \ macro
51 # define xlate16_be(x) bswap_16(x)
55 # define xlate16(x) bswap_16(x)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dbyteswap_.h23 #define bswap_16(x) ((((x) & 0x00FF) << 8) | \ macro
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dendian.h93 #define bswap_16(x) BSWAP_16(x) macro
114 #ifndef bswap_16
115 #define bswap_16(x) \ macro
118 #endif /* !bswap_16 */
144 #define htole16(x) bswap_16(x)
146 #define le16toh(x) bswap_16(x)
150 #define htobe16(x) bswap_16(x)
152 #define be16toh(x) bswap_16(x)
/netbsd-current/external/mpl/bind/dist/lib/isc/include/isc/
H A Dendian.h69 #define bswap_16(x) BSWAP_16(x) macro
90 #ifndef bswap_16
91 #define bswap_16(x) \ macro
94 #endif /* !bswap_16 */
120 #define htole16(x) bswap_16(x)
122 #define le16toh(x) bswap_16(x)
126 #define htobe16(x) bswap_16(x)
128 #define be16toh(x) bswap_16(x)
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dswap.h34 bswap_16 (uint16_t v) function
H A Dctf-open-bfd.c246 || ctfhdr.ctp_magic == bswap_16 (CTF_MAGIC)))
H A Dctf-open.c970 case 2: x = bswap_16 (x); break; \
1362 if (pp->ctp_magic == bswap_16 (CTF_MAGIC))
/netbsd-current/external/bsd/wpa/dist/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
65 #define bswap_16 CPU_swap_u16 macro
181 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
182 #define host_to_be16(n) ((__force be16) bswap_16((n)))
192 #define le_to_host16(n) bswap_16(n)
193 #define host_to_le16(n) bswap_16(n)
397 #ifndef bswap_16
398 #define bswap_16( macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Delfcpp_swap.h54 bswap_16(uint16_t v) function
184 { return bswap_16(v); }
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Delfcpp_swap.h54 bswap_16(uint16_t v) function
184 { return bswap_16(v); }
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Delfcpp_swap.h54 bswap_16(uint16_t v) function
184 { return bswap_16(v); }
/netbsd-current/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h55 # define bswap16(num) bswap_16(num)
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-usb-linux.c92 #define htols(s) bswap_16(s)
/netbsd-current/external/gpl3/gdb/dist/libsframe/
H A Dsframe.c798 if (sfp->sfp_magic == bswap_16 (SFRAME_MAGIC))
/netbsd-current/external/gpl3/binutils/dist/libsframe/
H A Dsframe.c882 if (sfp->sfp_magic == bswap_16 (SFRAME_MAGIC))
/netbsd-current/external/bsd/file/dist/src/
H A Dcdf.c140 # define _cdf_tole2(x) bswap_16(x)

Completed in 417 milliseconds

12