OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htobe16
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/libfido2/dist/openbsd-compat/
openbsd-compat.h
22
#define
htobe16
(x) OSSwapHostToBigInt16((x))
macro
36
#define
htobe16
(x) htons((x))
macro
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h
46
#define
htobe16
(x) _byteswap_ushort(x)
macro
69
#define
htobe16
(x) OSSwapHostToBigInt16(x)
macro
140
#ifndef
htobe16
143
#define
htobe16
(x) (x)
macro
150
#define
htobe16
(x) bswap_16(x)
macro
156
#endif /* !
htobe16
*/
/src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h
21
# define
htobe16
(x) OSSwapHostToBigInt16(x)
macro
65
# define
htobe16
(x) htons(x)
macro
83
# define
htobe16
(x) (x)
macro
/src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h
24
#define
htobe16
(x) _byteswap_ushort(x)
macro
38
#define
htobe16
(x) (x)
macro
66
#define
htobe16
(x) OSSwapHostToBigInt16(x)
macro
187
# if !defined
htobe16
188
# define
htobe16
(x) htobe(16,(x))
macro
/src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h
45
#define
htobe16
(x) OSSwapHostToBigInt16(x)
macro
116
#ifndef
htobe16
119
#define
htobe16
(x) (x)
macro
126
#define
htobe16
(x) bswap_16(x)
macro
132
#endif /* !
htobe16
*/
/src/sys/arch/hpc/stand/include/machine/
endian.h
162
#define
htobe16
(x) (x)
macro
169
#define
HTOBE16
(x) (void) (x)
178
#define
htobe16
(x) bswap16((uint16_t)(x))
185
#define
HTOBE16
(x) (x) = bswap16((uint16_t)(x))
194
#define be16toh(x)
htobe16
(x)
201
#define BE16TOH(x)
HTOBE16
(x)
/src/sys/sys/
endian.h
144
#define
htobe16
(x) __CAST(uint16_t, (x))
macro
151
#define
HTOBE16
(x) __CAST(void, (x))
160
#define
htobe16
(x) bswap16(__CAST(uint16_t, (x)))
167
#define
HTOBE16
(x) (x) = bswap16(__CAST(uint16_t, (x)))
176
#define be16toh(x)
htobe16
(x)
183
#define BE16TOH(x)
HTOBE16
(x)
/src/external/bsd/tmux/dist/compat/
imsg-buffer.c
35
#undef
htobe16
macro
36
#define
htobe16
htons
macro
192
v =
htobe16
(value);
330
v =
htobe16
(value);
/src/tools/compat/
compat_defs.h
1127
#if !HAVE_DECL_HTOBE16 && !defined(
htobe16
)
1128
#define
htobe16
(x) (x)
macro
1146
#if !HAVE_DECL_HTOBE16 && !defined(
htobe16
)
1147
#define
htobe16
(x) bswap16((u_int16_t)(x))
macro
1166
#define be16toh(x)
htobe16
(x)
/src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c
39
#define
htobe16
(x) BE_16(x)
macro
73
#define
htobe16
(x) __builtin_bswap16(x)
macro
89
#define
htobe16
(x) (x)
macro
272
buf.be16 =
htobe16
( h16 );
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026