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

  /external/qemu/include/qemu/
bswap.h 373 static inline void stl_be_p(void *ptr, int v) function
396 stl_be_p(ptr, u.l);
  /external/qemu/include/exec/
cpu-all.h 163 #define stl_p(p, v) stl_be_p(p, v)
  /external/qemu/
exec.c     [all...]

Completed in 229 milliseconds