Searched refs:unlzo (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/lib/ |
D | decompress.c | 34 # define unlzo NULL macro 52 { {0x89, 0x4c}, "lzo", unlzo },
|
D | decompress_unlzo.c | 112 STATIC int INIT unlzo(u8 *input, long in_len, in unlzo() function 299 return unlzo(buf, len, fill, flush, out_buf, pos, error); in __decompress()
|
/linux-4.1.27/include/linux/decompress/ |
D | unlzo.h | 4 int unlzo(unsigned char *inbuf, long len,
|