OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:be16toh
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/libfido2/dist/openbsd-compat/
openbsd-compat.h
21
#define
be16toh
(x) OSSwapBigToHostInt16((x))
macro
35
#define
be16toh
(x) ntohs((x))
macro
/src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h
28
#ifndef
be16toh
29
#define
be16toh
(x) betoh16(x)
macro
35
#endif /* !
be16toh
*/
48
#define
be16toh
(x) _byteswap_ushort(x)
macro
71
#define
be16toh
(x) OSSwapBigToHostInt16(x)
macro
145
#define
be16toh
(x) (x)
macro
152
#define
be16toh
(x) bswap_16(x)
macro
/src/crypto/external/cpl/trousers/dist/src/include/
portable_endian.h
23
# define
be16toh
(x) OSSwapBigToHostInt16(x)
macro
49
# define
be16toh
(x) betoh16(x)
macro
67
# define
be16toh
(x) ntohs(x)
macro
85
# define
be16toh
(x) (x)
macro
/src/external/bsd/nsd/dist/simdzone/src/generic/
endian.h
31
#define
be16toh
(x) _byteswap_ushort(x)
macro
45
#define
be16toh
(x) (x)
macro
73
#define
be16toh
(x) OSSwapBigToHostInt16(x)
macro
206
# if !defined
be16toh
207
# define
be16toh
(x) betoh(16,(x))
macro
/src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h
28
#ifndef
be16toh
29
#define
be16toh
(x) betoh16(x)
macro
35
#endif /* !
be16toh
*/
47
#define
be16toh
(x) OSSwapBigToHostInt16(x)
macro
121
#define
be16toh
(x) (x)
macro
128
#define
be16toh
(x) bswap_16(x)
macro
/src/sys/arch/hpc/stand/include/machine/
endian.h
194
#define
be16toh
(x) htobe16(x)
macro
201
#define
BE16TOH
(x) HTOBE16(x)
/src/sys/sys/
endian.h
176
#define
be16toh
(x) htobe16(x)
macro
183
#define
BE16TOH
(x) HTOBE16(x)
/src/external/bsd/tmux/dist/compat/
imsg-buffer.c
41
#undef
be16toh
macro
42
#define
be16toh
ntohs
macro
521
*value =
be16toh
(*value);
/src/tools/compat/
compat_defs.h
1165
#if !HAVE_DECL_BE16TOH && !defined(
be16toh
)
1166
#define
be16toh
(x) htobe16(x)
macro
/src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c
37
#define
be16toh
(x) BE_16(x)
macro
58
#define
be16toh
(x) betoh16(x)
macro
71
#define
be16toh
(x) __builtin_bswap16(x)
macro
87
#define
be16toh
(x) (x)
macro
408
uint16_t h16 =
be16toh
( lens->be16 );
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026