OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:swap16
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/atari/atari/
le_bus.c
226
static uint16_t
swap16
(uint16_t v);
229
static inline uint16_t
swap16
(uint16_t v)
function in typeref:typename:uint16_t
249
#define __read_2(h, o)
swap16
(*((volatile uint16_t *)((h) + (o))))
254
#define __write_2(h, o, v) *((volatile uint16_t *)((h) + (o))) =
swap16
(v)
862
v =
swap16
(v);
909
v =
swap16
(v);
Completed in 12 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025