OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htole16
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hpc/stand/include/machine/
endian.h
165
#define
htole16
(x) bswap16((uint16_t)(x))
macro
172
#define
HTOLE16
(x) (x) = bswap16((uint16_t)(x))
181
#define
htole16
(x) (x)
188
#define
HTOLE16
(x) (void) (x)
197
#define le16toh(x)
htole16
(x)
204
#define LE16TOH(x)
HTOLE16
(x)
/src/sys/sys/
endian.h
147
#define
htole16
(x) bswap16(__CAST(uint16_t, (x)))
macro
154
#define
HTOLE16
(x) (x) = bswap16(__CAST(uint16_t, (x)))
163
#define
htole16
(x) __CAST(uint16_t, (x))
170
#define
HTOLE16
(x) __CAST(void, (x))
179
#define le16toh(x)
htole16
(x)
186
#define LE16TOH(x)
HTOLE16
(x)
/src/tools/compat/
compat_defs.h
1124
#define
htole16
(x) bswap16((u_int16_t)(x))
macro
1143
#define
htole16
(x) (x)
macro
1162
#define le16toh(x)
htole16
(x)
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025