OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/usr.sbin/puffs/mount_9p/
ninebuf.c
201
HTOLE16
(val);
Completed in 37 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025