Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/powerpc/boot/
D.gitignore7 inflate.c
8 inflate.h
DMakefile63 zlib := inffast.c inflate.c inftrees.c
64 zlibheader := inffast.h inffixed.h inflate.h inftrees.h infutil.h
/linux-4.4.14/arch/xtensa/boot/lib/
D.gitignore2 inflate.c
DMakefile5 zlib := inffast.c inflate.c inftrees.c
/linux-4.4.14/lib/zlib_inflate/
DMakefile18 zlib_inflate-objs := inffast.o inflate.o infutil.o \
/linux-4.4.14/tools/perf/util/
Dzlib.c50 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/linux-4.4.14/lib/
Dinflate.c157 STATIC int INIT inflate OF((void));
1084 STATIC int INIT inflate(void) in inflate() function
1257 if ((res = inflate())) { in gunzip()
/linux-4.4.14/arch/alpha/boot/
DMakefile120 $(obj)/misc.o: lib/inflate.c
/linux-4.4.14/Documentation/networking/
Dfib_trie.txt86 inflate()
91 inflate(). Used by resize();
/linux-4.4.14/net/ipv4/
Dfib_trie.c510 static struct key_vector *inflate(struct trie *t, in inflate() function
840 tp = inflate(t, tn); in resize()