Searched refs:unlzo (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/decompress/ |
H A D | unlzo.h | 4 int unlzo(unsigned char *inbuf, long len,
|
/linux-4.4.14/lib/ |
H A D | decompress.c | 13 #include <linux/decompress/unlzo.h> 34 # define unlzo NULL macro 52 { {0x89, 0x4c}, "lzo", unlzo },
|
H A D | decompress_unlzo.c | 37 #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 268 milliseconds