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

  /external/qemu/include/qemu/
bswap.h 313 static inline void stq_le_p(void *ptr, uint64_t v) function
345 stq_le_p(ptr, u.ll);
  /external/qemu/include/exec/
cpu-all.h 176 #define stq_p(p, v) stq_le_p(p, v)

Completed in 134 milliseconds