HomeSort by relevance Sort by last modified time
    Searched refs:hostToLE32 (Results 1 - 2 of 2) sorted by null

  /external/qemu/
trace_common.h 103 #define hostToLE32(x) (x)
113 #define hostToLE32(x) bswap32(x)
trace.c 510 bb_addr = hostToLE32(bb_addr);
511 num_insns = hostToLE32(trace_static.next_insn);
516 insn = hostToLE32(trace_static.insns[ii]);
    [all...]

Completed in 27 milliseconds