Searched refs:zlib (Results 1 – 25 of 31) sorted by relevance
12
/linux-5.19.10/arch/xtensa/boot/lib/ |
D | Makefile | 6 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/ |
D | Makefile.debug | 27 DEBUG_CFLAGS += -gz=zlib 28 KBUILD_AFLAGS += -gz=zlib 29 KBUILD_LDFLAGS += --compress-debug-sections=zlib
|
/linux-5.19.10/scripts/gdb/linux/ |
D | config.py | 6 import zlib 37 config_buf = zlib.decompress(zconfig_buf, 16)
|
/linux-5.19.10/arch/powerpc/boot/ |
D | Makefile | 101 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 | .gitignore | 38 zlib.h
|
/linux-5.19.10/tools/lib/bpf/ |
D | libbpf.pc.template | 11 Requires.private: libelf zlib
|
/linux-5.19.10/tools/build/ |
D | Makefile.feature | 63 zlib \ 132 zlib \
|
/linux-5.19.10/tools/bpf/bpftool/ |
D | Makefile | 96 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/ |
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-5.19.10/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-5.19.10/tools/perf/ |
D | builtin-version.c | 78 STATUS(HAVE_ZLIB_SUPPORT, zlib); in library_status()
|
/linux-5.19.10/LICENSES/deprecated/ |
D | Zlib | 10 zlib License
|
/linux-5.19.10/Documentation/bpf/libbpf/ |
D | libbpf_build.rst | 6 libelf and zlib are internal dependencies of libbpf and thus are required to link
|
/linux-5.19.10/fs/btrfs/ |
D | Makefile | 29 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
/linux-5.19.10/tools/build/feature/ |
D | Makefile | 56 test-zlib.bin \ 281 $(OUTPUT)test-zlib.bin:
|
/linux-5.19.10/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
|
/linux-5.19.10/fs/ubifs/ |
D | Kconfig | 35 LZO compressor is generally faster than zlib but compresses worse.
|
/linux-5.19.10/drivers/gpu/drm/i915/ |
D | Kconfig | 93 to be compressed using zlib.
|
/linux-5.19.10/fs/jffs2/ |
D | Kconfig | 122 hardware and operating system. See <http://www.gzip.org/zlib/> for
|
/linux-5.19.10/Documentation/staging/ |
D | xz.rst | 21 For userspace, XZ Utils provide a zlib-like compression library
|
/linux-5.19.10/lib/ |
D | Kconfig | 320 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/ |
D | README | 73 <block>: The i'th <block> is the output of zlib's compress function
|
/linux-5.19.10/tools/perf/util/ |
D | Build | 190 perf-$(CONFIG_ZLIB) += zlib.o
|
12