OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htole32
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/hpc/stand/include/machine/
endian.h
166
#define
htole32
(x) bswap32((uint32_t)(x))
macro
173
#define
HTOLE32
(x) (x) = bswap32((uint32_t)(x))
182
#define
htole32
(x) (x)
189
#define
HTOLE32
(x) (void) (x)
198
#define le32toh(x)
htole32
(x)
205
#define LE32TOH(x)
HTOLE32
(x)
/src/sys/sys/
endian.h
148
#define
htole32
(x) bswap32(__CAST(uint32_t, (x)))
macro
155
#define
HTOLE32
(x) (x) = bswap32(__CAST(uint32_t, (x)))
164
#define
htole32
(x) __CAST(uint32_t, (x))
171
#define
HTOLE32
(x) __CAST(void, (x))
180
#define le32toh(x)
htole32
(x)
187
#define LE32TOH(x)
HTOLE32
(x)
/src/tools/compat/
compat_defs.h
1127
#define
htole32
(x) bswap32((u_int32_t)(x))
macro
1146
#define
htole32
(x) (x)
macro
1165
#define le32toh(x)
htole32
(x)
Completed in 13 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025