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 - 2
of
2
) 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)
Completed in 12 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025