Searched refs:zlib (Results 1 – 25 of 31) sorted by relevance
12
/Linux-v6.1/arch/xtensa/boot/lib/ |
D | Makefile | 6 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/ |
D | Makefile.debug | 31 DEBUG_CFLAGS += -gz=zlib 32 KBUILD_AFLAGS += -gz=zlib 33 KBUILD_LDFLAGS += --compress-debug-sections=zlib
|
/Linux-v6.1/scripts/gdb/linux/ |
D | config.py | 6 import zlib 37 config_buf = zlib.decompress(zconfig_buf, 16)
|
/Linux-v6.1/arch/powerpc/boot/ |
D | Makefile | 102 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 | .gitignore | 38 zlib.h
|
/Linux-v6.1/tools/lib/bpf/ |
D | libbpf.pc.template | 11 Requires.private: libelf zlib
|
/Linux-v6.1/tools/build/ |
D | Makefile.feature | 63 zlib \ 134 zlib \
|
/Linux-v6.1/fs/squashfs/ |
D | Kconfig | 8 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/ |
D | amd-overdrive-rev-b0.dts | 30 amd,zlib-support = <1>;
|
D | amd-overdrive-rev-b1.dts | 30 amd,zlib-support = <1>;
|
/Linux-v6.1/tools/perf/ |
D | builtin-version.c | 78 STATUS(HAVE_ZLIB_SUPPORT, zlib); in library_status()
|
/Linux-v6.1/Documentation/bpf/libbpf/ |
D | libbpf_build.rst | 6 libelf and zlib are internal dependencies of libbpf and thus are required to link
|
/Linux-v6.1/LICENSES/deprecated/ |
D | Zlib | 10 zlib License
|
/Linux-v6.1/fs/btrfs/ |
D | Makefile | 29 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
/Linux-v6.1/Documentation/filesystems/ |
D | ubifs.rst | 100 compr=zlib override default compressor and set it to "zlib"
|
D | cramfs.rst | 9 It uses the zlib routines to compress a file one page at a time, and
|
D | squashfs.rst | 9 It uses zlib, lz4, lzo, or xz compression to compress files, inodes and
|
/Linux-v6.1/tools/build/feature/ |
D | Makefile | 57 test-zlib.bin \ 290 $(OUTPUT)test-zlib.bin:
|
/Linux-v6.1/fs/ubifs/ |
D | Kconfig | 35 LZO compressor is generally faster than zlib but compresses worse.
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | Kconfig | 95 to be compressed using zlib.
|
/Linux-v6.1/fs/jffs2/ |
D | Kconfig | 122 hardware and operating system. See <http://www.gzip.org/zlib/> for
|
/Linux-v6.1/Documentation/staging/ |
D | xz.rst | 21 For userspace, XZ Utils provide a zlib-like compression library
|
/Linux-v6.1/lib/ |
D | Kconfig | 324 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/ |
D | README | 73 <block>: The i'th <block> is the output of zlib's compress function
|
/Linux-v6.1/tools/perf/util/ |
D | Build | 197 perf-$(CONFIG_ZLIB) += zlib.o
|
12