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

  /external/qemu/
android-trace_common.h 104 #define hostToLE64(x) (x)
114 #define hostToLE64(x) bswap64(x)
trace.c 603 uint64_t bb_num = hostToLE64(trace_static.bb_num);
    [all...]

Completed in 30 milliseconds