OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bswap_16
(Results
1 - 25
of
36
) sorted by relevancy
1
2
/src/external/gpl2/gettext/include/
byteswap.h
26
#define
bswap_16
(x) ((((x) & 0x00FF) << 8) | \
macro
47
#define
bswap_16
(x) (x)
macro
/src/external/gpl3/binutils/dist/libctf/
swap.h
35
bswap_16
(uint16_t v)
function
84
case 2: x =
bswap_16
(x); break; \
ctf-open-bfd.c
279
|| ctfhdr.ctp_magic ==
bswap_16
(CTF_MAGIC)))
ctf-open.c
1461
if (pp->ctp_magic ==
bswap_16
(CTF_MAGIC))
/src/external/gpl3/binutils.old/dist/libctf/
swap.h
35
bswap_16
(uint16_t v)
function
84
case 2: x =
bswap_16
(x); break; \
ctf-open-bfd.c
279
|| ctfhdr.ctp_magic ==
bswap_16
(CTF_MAGIC)))
ctf-open.c
1461
if (pp->ctp_magic ==
bswap_16
(CTF_MAGIC))
/src/external/gpl3/gdb.old/dist/libctf/
swap.h
35
bswap_16
(uint16_t v)
function
84
case 2: x =
bswap_16
(x); break; \
ctf-open-bfd.c
279
|| ctfhdr.ctp_magic ==
bswap_16
(CTF_MAGIC)))
ctf-open.c
1459
if (pp->ctp_magic ==
bswap_16
(CTF_MAGIC))
/src/external/gpl3/gdb/dist/libctf/
swap.h
35
bswap_16
(uint16_t v)
function
84
case 2: x =
bswap_16
(x); break; \
ctf-open-bfd.c
279
|| ctfhdr.ctp_magic ==
bswap_16
(CTF_MAGIC)))
ctf-open.c
1461
if (pp->ctp_magic ==
bswap_16
(CTF_MAGIC))
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
byteswap_.h
23
#define
bswap_16
(x) ((((x) & 0x00FF) << 8) | \
macro
/src/external/gpl2/lvm2/dist/include/
xlate.h
26
# 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)
/src/external/gpl2/lvm2/dist/lib/mm/
xlate.h
26
# 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)
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h
93
#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)
/src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h
69
#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)
/src/external/bsd/wpa/dist/src/utils/
common.h
27
#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)
412
#ifndef
bswap_16
413
#define
bswap_16
(a) ((((u16) (a) << 8) & 0xff00) | (((u16) (a) >> 8) & 0xff)
macro
[
all
...]
/src/external/bsd/libpcap/dist/
pcap-usb-linux.c
92
#define htols(s)
bswap_16
(s)
/src/external/public-domain/xz/dist/src/common/
tuklib_integer.h
77
# define byteswap16(num)
bswap_16
(num)
102
# ifdef
BSWAP_16
103
# define byteswap16(num)
BSWAP_16
(num)
/src/external/gpl3/binutils.old/dist/libsframe/
sframe.c
914
if (sfp->sfp_magic ==
bswap_16
(SFRAME_MAGIC))
/src/external/gpl3/gdb.old/dist/libsframe/
sframe.c
882
if (sfp->sfp_magic ==
bswap_16
(SFRAME_MAGIC))
/src/external/gpl3/gdb/dist/libsframe/
sframe.c
914
if (sfp->sfp_magic ==
bswap_16
(SFRAME_MAGIC))
/src/external/bsd/file/dist/src/
cdf.c
140
# define _cdf_tole2(x)
bswap_16
(x)
Completed in 32 milliseconds
1
2
Indexes created Thu Apr 23 00:23:13 UTC 2026