Searched refs:bunzip2 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | decompress.c | 10 #include <linux/decompress/bunzip2.h> 27 # define bunzip2 NULL macro 54 { {0x42, 0x5a}, "bzip2", bunzip2 },
|
H A D | decompress_bunzip2.c | 50 #include <linux/decompress/bunzip2.h> 679 STATIC int INIT bunzip2(unsigned char *buf, long len, in bunzip2() function 754 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress.c | 10 #include <linux/decompress/bunzip2.h> 27 # define bunzip2 NULL macro 54 { {0x42, 0x5a}, "bzip2", bunzip2 },
|
H A D | decompress_bunzip2.c | 50 #include <linux/decompress/bunzip2.h> 679 STATIC int INIT bunzip2(unsigned char *buf, long len, in bunzip2() function 754 return bunzip2(buf, len - 4, fill, flush, outbuf, pos, error); in __decompress()
|
/kernel/linux/linux-5.10/include/linux/decompress/ |
H A D | bunzip2.h | 5 int bunzip2(unsigned char *inbuf, long len,
|
/kernel/linux/linux-6.6/include/linux/decompress/ |
H A D | bunzip2.h | 5 int bunzip2(unsigned char *inbuf, long len,
|
/kernel/linux/linux-5.10/scripts/ |
H A D | extract-vmlinux | 54 try_decompress 'BZh' xy bunzip2
|
H A D | extract-ikconfig | 61 try_decompress 'BZh' xy bunzip2
|
/kernel/linux/linux-6.6/scripts/ |
H A D | extract-vmlinux | 54 try_decompress 'BZh' xy bunzip2
|
H A D | extract-ikconfig | 61 try_decompress 'BZh' xy bunzip2
|
Completed in 5 milliseconds