Home
last modified time | relevance | path

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

12

/Linux-v6.1/arch/xtensa/boot/lib/
DMakefile6 zlib := inffast.c inflate.c inftrees.c macro
8 lib-y += $(zlib:.c=.o) zmem.o
31 $(addprefix $(obj)/,$(zlib)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
34 clean-files := $(zlib)
/Linux-v6.1/scripts/
DMakefile.debug31 DEBUG_CFLAGS += -gz=zlib
32 KBUILD_AFLAGS += -gz=zlib
33 KBUILD_LDFLAGS += --compress-debug-sections=zlib
/Linux-v6.1/scripts/gdb/linux/
Dconfig.py6 import zlib
37 config_buf = zlib.decompress(zconfig_buf, 16)
/Linux-v6.1/arch/powerpc/boot/
DMakefile102 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c
103 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c
105 zliblinuxheader-$(CONFIG_KERNEL_GZIP) := zlib.h zconf.h zutil.h
108 $(addprefix $(obj)/,$(zlib-decomp-y))
110 $(addprefix $(obj)/, $(zlib-decomp-y)): \
113 $(addprefix $(obj)/,$(zlib-y))
115 $(addprefix $(obj)/,$(zlib-y)): \
129 elf_util.c $(zlib-y) devtree.c stdlib.c \
188 $(addprefix $(obj)/,$(zlib-y)): $(obj)/%: $(srctree)/lib/zlib_inflate/%
197 $(addprefix $(obj)/,$(zlib-decomp-y)): $(obj)/%: $(srctree)/lib/%
[all …]
D.gitignore38 zlib.h
/Linux-v6.1/tools/lib/bpf/
Dlibbpf.pc.template11 Requires.private: libelf zlib
/Linux-v6.1/tools/build/
DMakefile.feature63 zlib \
134 zlib \
/Linux-v6.1/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-v6.1/arch/arm64/boot/dts/amd/
Damd-overdrive-rev-b0.dts30 amd,zlib-support = <1>;
Damd-overdrive-rev-b1.dts30 amd,zlib-support = <1>;
/Linux-v6.1/tools/perf/
Dbuiltin-version.c78 STATUS(HAVE_ZLIB_SUPPORT, zlib); in library_status()
/Linux-v6.1/Documentation/bpf/libbpf/
Dlibbpf_build.rst6 libelf and zlib are internal dependencies of libbpf and thus are required to link
/Linux-v6.1/LICENSES/deprecated/
DZlib10 zlib License
/Linux-v6.1/fs/btrfs/
DMakefile29 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
/Linux-v6.1/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
Dsquashfs.rst9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
/Linux-v6.1/tools/build/feature/
DMakefile57 test-zlib.bin \
290 $(OUTPUT)test-zlib.bin:
/Linux-v6.1/fs/ubifs/
DKconfig35 LZO compressor is generally faster than zlib but compresses worse.
/Linux-v6.1/drivers/gpu/drm/i915/
DKconfig95 to be compressed using zlib.
/Linux-v6.1/fs/jffs2/
DKconfig122 hardware and operating system. See <http://www.gzip.org/zlib/> for
/Linux-v6.1/Documentation/staging/
Dxz.rst21 For userspace, XZ Utils provide a zlib-like compression library
/Linux-v6.1/lib/
DKconfig324 prompt "Enable s390x DEFLATE CONVERSION CALL support for kernel zlib"
326 Enable s390x hardware support for zlib in the kernel.
/Linux-v6.1/fs/cramfs/
DREADME73 <block>: The i'th <block> is the output of zlib's compress function
/Linux-v6.1/tools/perf/util/
DBuild197 perf-$(CONFIG_ZLIB) += zlib.o

12