Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_bzimageloader.c396 static inline uint_fast16_t lzo_read_16(const unsigned char *buf) in lzo_read_16() function
403 return lzo_read_16(buf + 2) | ((uint32_t)lzo_read_16(buf) << 16); in lzo_read_32()
440 version = lzo_read_16(cur + 9); in xc_try_lzo1x_decode()

Completed in 3 milliseconds