Home
last modified time | relevance | path

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

/xen/tools/libxc/
A Dxc_dom_decompress_lz4.c19 static inline uint_fast16_t le16_to_cpup(const unsigned char *buf) in le16_to_cpup() function
26 return le16_to_cpup(buf) | ((uint32_t)le16_to_cpup(buf + 2) << 16); in le32_to_cpup()
/xen/xen/include/xen/byteorder/
A Dgeneric.h48 #define le16_to_cpup __le16_to_cpup macro
/xen/xen/common/lz4/
A Ddefs.h17 return le16_to_cpup(p); in get_unaligned_le16()

Completed in 5 milliseconds