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

  /external/qemu/include/qemu/
bswap.h 308 static inline void stl_le_p(void *ptr, int v) function
331 stl_le_p(ptr, u.l);
  /external/qemu/include/hw/pci/
pci.h 229 stl_le_p(config, val);
  /external/qemu/include/exec/
cpu-all.h 175 #define stl_p(p, v) stl_le_p(p, v)
  /external/qemu/hw/net/
ne2000.c 517 stl_le_p(s->mem + addr, val);
  /external/qemu/
exec.c     [all...]

Completed in 148 milliseconds