Home
last modified time | relevance | path

Searched refs:inflate (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/lib/zlib_inflate/
H A DMakefile19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
/kernel/linux/linux-6.6/lib/zlib_inflate/
H A DMakefile19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
/kernel/linux/linux-5.10/arch/xtensa/boot/lib/
H A DMakefile6 zlib := inffast.c inflate.c inftrees.c
/kernel/linux/linux-5.10/arch/arm/kernel/
H A DMakefile102 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 DMakefile97 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 DMakefile6 zlib := inffast.c inflate.c inftrees.c
/kernel/linux/linux-5.10/tools/perf/util/
H A Dzlib.c53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/kernel/linux/linux-5.10/lib/
H A Ddecompress.c13 #include <linux/decompress/inflate.h>
H A Ddecompress_inflate.c12 #include "zlib_inflate/inflate.c"
25 #include "zlib_inflate/inflate.h"
28 #include <linux/decompress/inflate.h>
H A Dinflate.c4 /* 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 Dzlib.c53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/kernel/linux/linux-6.6/lib/
H A Ddecompress.c13 #include <linux/decompress/inflate.h>
H A Ddecompress_inflate.c12 #include "zlib_inflate/inflate.c"
25 #include "zlib_inflate/inflate.h"
28 #include <linux/decompress/inflate.h>
H A Dinflate.c4 /* 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 Dvmmdev.h352 /** true = inflate, false = deflate. */
353 u32 inflate; member
H A Dvboxguest_core.c282 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 Dvmmdev.h352 /** true = inflate, false = deflate. */
353 u32 inflate; member
H A Dvboxguest_core.c282 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 DMakefile120 $(obj)/misc.o: lib/inflate.c
/kernel/linux/linux-6.6/arch/alpha/boot/
H A DMakefile120 $(obj)/misc.o: lib/inflate.c
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A DMakefile92 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 DMakefile115 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 Dfib_trie.c535 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 Dfib_trie.c536 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()

Completed in 26 milliseconds