OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tswap32
(Results
1 - 5
of
5
) sorted by null
/external/qemu/
softmmu-semi.h
15
return
tswap32
(val);
31
val =
tswap32
(val);
thunk.c
140
*(uint32_t *)dst =
tswap32
(*(uint32_t *)src);
150
*(uint32_t *)dst =
tswap32
(*(uint32_t *)src);
159
*(uint64_t *)dst = (int32_t)
tswap32
(*(uint32_t *)src);
161
*(uint64_t *)dst =
tswap32
(*(uint32_t *)src);
164
*(uint32_t *)dst =
tswap32
(*(uint64_t *)src & 0xffffffff);
arm-semi.c
442
ptr[0] =
tswap32
(ts->heap_base);
443
ptr[1] =
tswap32
(ts->heap_limit);
444
ptr[2] =
tswap32
(ts->stack_base);
445
ptr[3] =
tswap32
(0); /* Stack limit. */
453
ptr[0] =
tswap32
(limit / 2);
454
ptr[1] =
tswap32
(limit);
455
ptr[2] =
tswap32
(limit); /* Stack base */
456
ptr[3] =
tswap32
(0); /* Stack limit. */
cpu-all.h
51
static inline uint32_t
tswap32
(uint32_t s)
function
83
static inline uint32_t
tswap32
(uint32_t s)
function
108
#define tswapl(s)
tswap32
(s)
/external/qemu/hw/
armv7m.c
86
mask =
tswap32
(mask);
99
mask =
tswap32
(mask);
Completed in 74 milliseconds