/kernel/linux/linux-5.10/lib/zlib_inflate/ |
H A D | Makefile | 19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
|
/kernel/linux/linux-6.6/lib/zlib_inflate/ |
H A D | Makefile | 19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
|
/kernel/linux/linux-5.10/arch/xtensa/boot/lib/ |
H A D | Makefile | 6 zlib := inffast.c inflate.c inftrees.c
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | Makefile | 102 CFLAGS_head-inflate-data.o := $(call cc-option,-Wframe-larger-than=10240) 103 obj-$(CONFIG_XIP_DEFLATED_DATA) += head-inflate-data.o
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | Makefile | 97 CFLAGS_head-inflate-data.o := $(call cc-option,-Wframe-larger-than=10240) 98 obj-$(CONFIG_XIP_DEFLATED_DATA) += head-inflate-data.o
|
/kernel/linux/linux-6.6/arch/xtensa/boot/lib/ |
H A D | Makefile | 6 zlib := inffast.c inflate.c inftrees.c
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | zlib.c | 53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress.c | 13 #include <linux/decompress/inflate.h>
|
H A D | decompress_inflate.c | 12 #include "zlib_inflate/inflate.c" 25 #include "zlib_inflate/inflate.h" 28 #include <linux/decompress/inflate.h>
|
H A D | inflate.c | 4 /* inflate.c -- Not copyrighted 1992 by Mark Adler 35 There are (currently) three kinds of inflate blocks: stored, fixed, and 112 static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #"; 158 STATIC int INIT inflate OF((void)); 161 /* The inflate algorithm uses a sliding 32 K byte window on the uncompressed 194 /* Macros for inflate() bit peeking and grabbing. 595 /* inflate (decompress) the codes in a deflated (compressed) block. in inflate_codes() 612 /* inflate the coded data */ in inflate_codes() 1066 /* inflate that block type */ 1085 STATIC int INIT inflate(voi [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | zlib.c | 53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress.c | 13 #include <linux/decompress/inflate.h>
|
H A D | decompress_inflate.c | 12 #include "zlib_inflate/inflate.c" 25 #include "zlib_inflate/inflate.h" 28 #include <linux/decompress/inflate.h>
|
H A D | inflate.c | 4 /* inflate.c -- Not copyrighted 1992 by Mark Adler 35 There are (currently) three kinds of inflate blocks: stored, fixed, and 112 static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #"; 158 STATIC int INIT inflate OF((void)); 161 /* The inflate algorithm uses a sliding 32 K byte window on the uncompressed 194 /* Macros for inflate() bit peeking and grabbing. 595 /* inflate (decompress) the codes in a deflated (compressed) block. in inflate_codes() 612 /* inflate the coded data */ in inflate_codes() 1066 /* inflate that block type */ 1085 STATIC int INIT inflate(voi [all...] |
/kernel/linux/linux-5.10/drivers/virt/vboxguest/ |
H A D | vmmdev.h | 352 /** true = inflate, false = deflate. */ 353 u32 inflate; member
|
H A D | vboxguest_core.c | 282 req->inflate = true; in vbg_balloon_inflate() 327 req->inflate = false; in vbg_balloon_deflate() 392 /* inflate */ in vbg_balloon_work()
|
/kernel/linux/linux-6.6/drivers/virt/vboxguest/ |
H A D | vmmdev.h | 352 /** true = inflate, false = deflate. */ 353 u32 inflate; member
|
H A D | vboxguest_core.c | 282 req->inflate = true; in vbg_balloon_inflate() 327 req->inflate = false; in vbg_balloon_deflate() 392 /* inflate */ in vbg_balloon_work()
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | Makefile | 120 $(obj)/misc.o: lib/inflate.c
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | Makefile | 120 $(obj)/misc.o: lib/inflate.c
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | Makefile | 92 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c 93 zlibheader-$(CONFIG_KERNEL_GZIP) := inffast.h inffixed.h inflate.h inftrees.h infutil.h
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | Makefile | 115 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c 116 zlibheader-$(CONFIG_KERNEL_GZIP) := inffast.h inffixed.h inflate.h inftrees.h infutil.h
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | fib_trie.c | 535 static struct key_vector *inflate(struct trie *t, in inflate() function 542 pr_debug("In inflate\n"); in inflate() 754 * child array will be doubled by inflate()) and multiplying 868 tp = inflate(t, tn); in resize() 880 /* update parent in case inflate failed */ in resize() 883 /* Return if at least one inflate is run */ in resize()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | fib_trie.c | 536 static struct key_vector *inflate(struct trie *t, in inflate() function 543 pr_debug("In inflate\n"); in inflate() 755 * child array will be doubled by inflate()) and multiplying 869 tp = inflate(t, tn); in resize() 881 /* update parent in case inflate failed */ in resize() 884 /* Return if at least one inflate is run */ in resize()
|