Home
last modified time | relevance | path

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

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