Home
last modified time | relevance | path

Searched refs:ldl_he_p (Results 1 – 3 of 3) sorted by relevance

/qemu/include/qemu/
H A Dbswap.h271 static inline int ldl_he_p(const void *ptr) in ldl_he_p() function
307 return le_bswap(ldl_he_p(ptr), 32); in ldl_le_p()
347 return be_bswap(ldl_he_p(ptr), 32); in ldl_be_p()
/qemu/util/
H A Dbufferiszero.c41 return (ldl_he_p(buf) | ldl_he_p(buf + len - 4)) == 0; in buffer_is_zero_int_lt256()
/qemu/ui/
H A Dvnc-enc-tight.c909 pix = ldl_he_p(buf8); in tight_pack24()