OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap32
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/atari/
le_bus.c
227
static uint32_t
swap32
(uint32_t v);
236
static inline uint32_t
swap32
(uint32_t v)
function in typeref:typename:uint32_t
250
#define __read_4(h, o)
swap32
(*((volatile uint32_t *)((h) + (o))))
255
#define __write_4(h, o, v) *((volatile uint32_t *)((h) + (o))) =
swap32
(v)
872
v =
swap32
(v);
919
v =
swap32
(v);
le_bus.c
227
static uint32_t
swap32
(uint32_t v);
236
static inline uint32_t
swap32
(uint32_t v)
function in typeref:typename:uint32_t
250
#define __read_4(h, o)
swap32
(*((volatile uint32_t *)((h) + (o))))
255
#define __write_4(h, o, v) *((volatile uint32_t *)((h) + (o))) =
swap32
(v)
872
v =
swap32
(v);
919
v =
swap32
(v);
Completed in 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025