Searched refs:unlzo (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/decompress/
H A Dunlzo.h4 int unlzo(unsigned char *inbuf, long len,
/linux-4.4.14/lib/
H A Ddecompress.c13 #include <linux/decompress/unlzo.h>
34 # define unlzo NULL macro
52 { {0x89, 0x4c}, "lzo", unlzo },
H A Ddecompress_unlzo.c37 #include <linux/decompress/unlzo.h>
112 STATIC int INIT unlzo(u8 *input, long in_len, unlzo() function
299 return unlzo(buf, len, fill, flush, out_buf, pos, error); __decompress()

Completed in 346 milliseconds