OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTOBE32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hpc/stand/include/machine/
endian.h
163
#define
htobe32
(x) (x)
macro
170
#define
HTOBE32
(x) (void) (x)
179
#define
htobe32
(x) bswap32((uint32_t)(x))
186
#define
HTOBE32
(x) (x) = bswap32((uint32_t)(x))
195
#define be32toh(x)
htobe32
(x)
202
#define BE32TOH(x)
HTOBE32
(x)
/src/sys/sys/
endian.h
145
#define
htobe32
(x) __CAST(uint32_t, (x))
macro
152
#define
HTOBE32
(x) __CAST(void, (x))
161
#define
htobe32
(x) bswap32(__CAST(uint32_t, (x)))
168
#define
HTOBE32
(x) (x) = bswap32(__CAST(uint32_t, (x)))
177
#define be32toh(x)
htobe32
(x)
184
#define BE32TOH(x)
HTOBE32
(x)
Completed in 11 milliseconds
Indexes created Fri Sep 26 08:10:20 GMT 2025