HomeSort by relevance Sort by last modified time
    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 584 milliseconds