OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostToLE32
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
android-trace_common.h
103
#define
hostToLE32
(x) (x)
113
#define
hostToLE32
(x) bswap32(x)
trace.c
607
bb_addr =
hostToLE32
(bb_addr);
608
num_insns =
hostToLE32
(trace_static.next_insn);
613
insn =
hostToLE32
(trace_static.insns[ii]);
[
all
...]
Completed in 40 milliseconds