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

/linux-master/include/linux/decompress/
H A Dunlzo.h5 int unlzo(unsigned char *inbuf, long len,
/linux-master/lib/
H A Ddecompress.c14 #include <linux/decompress/unlzo.h>
36 # define unlzo NULL macro
57 { {0x89, 0x4c}, "lzo", unlzo },
H A Ddecompress_unlzo.c23 #include <linux/decompress/unlzo.h>
97 STATIC int INIT unlzo(u8 *input, long in_len, function
284 return unlzo(buf, len, fill, flush, out_buf, pos, error);

Completed in 127 milliseconds