OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTOBE16
(Results
1 - 2
of
2
) sorted by relevancy
/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)
Completed in 11 milliseconds
Indexes created Wed Sep 24 14:09:57 GMT 2025