Searched refs:stl_le_p (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dcpu-all.h283 static inline void stl_le_p(void *ptr, int v) function
299 stl_le_p(p, (uint32_t)v);
300 stl_le_p(p + 4, v >> 32);
322 stl_le_p(ptr, u.i);
337 stl_le_p(ptr, u.l.lower);
338 stl_le_p(ptr + 4, u.l.upper);
368 static inline void stl_le_p(void *ptr, int v) function
612 #define stl_p(p, v) stl_le_p(p, v)

Completed in 45 milliseconds