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

  /external/qemu/include/qemu/
bswap.h 298 static inline uint64_t ldq_le_p(const void *ptr) function
337 u.ll = ldq_le_p(ptr);
  /external/qemu/include/exec/
cpu-all.h 171 #define ldq_p(p) ldq_le_p(p)
  /external/qemu/
exec.c     [all...]

Completed in 151 milliseconds