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

  /external/qemu/include/qemu/
bswap.h 266 static inline void stl_p(void *ptr, uint32_t v) function
310 stl_p(ptr, le_bswap(v, 32));
375 stl_p(ptr, be_bswap(v, 32));
  /external/qemu/include/exec/
cpu-all.h 163 #define stl_p(p, v) stl_be_p(p, v) macro
175 #define stl_p(p, v) stl_le_p(p, v) macro
245 #define stl_raw(p, v) stl_p(saddr((p)), v)

Completed in 51 milliseconds