Searched defs:stl_be_p (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dcpu-all.h470 static inline void stl_be_p(void *ptr, int v) function
488 stl_be_p(ptr, v >> 32);
489 stl_be_p((uint8_t *)ptr + 4, v);
511 stl_be_p(ptr, u.i);
526 stl_be_p(ptr, u.l.upper);
527 stl_be_p((uint8_t *)ptr + 4, u.l.lower);
557 static inline void stl_be_p(void *ptr, int v) function
600 #define stl_p(p, v) stl_be_p(p, v)

Completed in 43 milliseconds