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

/vbox/src/recompiler/
H A Dcpu-all.h581 static inline int ldl_be_p(const void *ptr) function
599 a = ldl_be_p(ptr);
600 b = ldl_be_p((uint8_t *)ptr + 4);
648 u.i = ldl_be_p(ptr);
665 u.l.upper = ldl_be_p(ptr);
666 u.l.lower = ldl_be_p((uint8_t *)ptr + 4);
690 static inline int ldl_be_p(const void *ptr) function
743 #define ldl_p(p) ldl_be_p(p)

Completed in 47 milliseconds