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

/linux-4.4.14/include/linux/decompress/
H A Dunlz4.h4 int unlz4(unsigned char *inbuf, long len,
/linux-4.4.14/lib/
H A Ddecompress.c14 #include <linux/decompress/unlz4.h>
37 # define unlz4 NULL macro
53 { {0x02, 0x21}, "lz4", unlz4 },
H A Ddecompress_unlz4.c15 #include <linux/decompress/unlz4.h>
34 STATIC inline int INIT unlz4(u8 *input, long in_len, unlz4() function
207 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); __decompress()

Completed in 109 milliseconds