Home
last modified time | relevance | path

Searched refs:zlib (Results 1 – 25 of 31) sorted by relevance

12

/linux-5.19.10/arch/xtensa/boot/lib/
DMakefile6 zlib := inffast.c inflate.c inftrees.c macro
8 lib-y += $(zlib:.c=.o) zmem.o
29 $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
32 clean-files := $(zlib)
/linux-5.19.10/scripts/
DMakefile.debug27 DEBUG_CFLAGS += -gz=zlib
28 KBUILD_AFLAGS += -gz=zlib
29 KBUILD_LDFLAGS += --compress-debug-sections=zlib
/linux-5.19.10/scripts/gdb/linux/
Dconfig.py6 import zlib
37 config_buf = zlib.decompress(zconfig_buf, 16)
/linux-5.19.10/arch/powerpc/boot/
DMakefile101 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c
102 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c
104 zliblinuxheader-$(CONFIG_KERNEL_GZIP) := zlib.h zconf.h zutil.h
107 $(addprefix $(obj)/,$(zlib-decomp-y))
109 $(addprefix $(obj)/, $(zlib-decomp-y)): \
112 $(addprefix $(obj)/,$(zlib-y))
114 $(addprefix $(obj)/,$(zlib-y)): \
128 elf_util.c $(zlib-y) devtree.c stdlib.c \
187 $(addprefix $(obj)/,$(zlib-y)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
196 $(addprefix $(obj)/,$(zlib-decomp-y)): $(obj)/%: $(srctree)/lib/%
[all …]
D.gitignore38 zlib.h
/linux-5.19.10/tools/lib/bpf/
Dlibbpf.pc.template11 Requires.private: libelf zlib
/linux-5.19.10/tools/build/
DMakefile.feature63 zlib \
132 zlib \
/linux-5.19.10/tools/bpf/bpftool/
DMakefile96 FEATURE_TESTS = libbfd disassembler-four-args zlib libcap \
98 FEATURE_DISPLAY = libbfd disassembler-four-args zlib libcap \
208 ifneq ($(feature-zlib), 1)
/linux-5.19.10/fs/squashfs/
DKconfig8 filesystem for Linux. It uses zlib, lzo or xz compression to
132 of zlib are too high.
147 of zlib are too high.
161 the default zlib compression, at the expense of greater CPU and
/linux-5.19.10/arch/arm64/boot/dts/amd/
Damd-overdrive-rev-b0.dts30 amd,zlib-support = <1>;
Damd-overdrive-rev-b1.dts30 amd,zlib-support = <1>;
/linux-5.19.10/tools/perf/
Dbuiltin-version.c78 STATUS(HAVE_ZLIB_SUPPORT, zlib); in library_status()
/linux-5.19.10/LICENSES/deprecated/
DZlib10 zlib License
/linux-5.19.10/Documentation/bpf/libbpf/
Dlibbpf_build.rst6 libelf and zlib are internal dependencies of libbpf and thus are required to link
/linux-5.19.10/fs/btrfs/
DMakefile29 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
/linux-5.19.10/tools/build/feature/
DMakefile56 test-zlib.bin \
281 $(OUTPUT)test-zlib.bin:
/linux-5.19.10/Documentation/filesystems/
Dubifs.rst100 compr=zlib override default compressor and set it to "zlib"
Dcramfs.rst9 It uses the zlib routines to compress a file one page at a time, and
/linux-5.19.10/fs/ubifs/
DKconfig35 LZO compressor is generally faster than zlib but compresses worse.
/linux-5.19.10/drivers/gpu/drm/i915/
DKconfig93 to be compressed using zlib.
/linux-5.19.10/fs/jffs2/
DKconfig122 hardware and operating system. See <http://www.gzip.org/zlib/> for
/linux-5.19.10/Documentation/staging/
Dxz.rst21 For userspace, XZ Utils provide a zlib-like compression library
/linux-5.19.10/lib/
DKconfig320 prompt "Enable s390x DEFLATE CONVERSION CALL support for kernel zlib"
322 Enable s390x hardware support for zlib in the kernel.
/linux-5.19.10/fs/cramfs/
DREADME73 <block>: The i'th <block> is the output of zlib's compress function
/linux-5.19.10/tools/perf/util/
DBuild190 perf-$(CONFIG_ZLIB) += zlib.o

12