Searched refs:zlib (Results 1 – 25 of 33) sorted by relevance
12
/Linux-v6.6/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.6/scripts/ |
D | Makefile.debug | 31 DEBUG_CFLAGS += -gz=zlib 32 KBUILD_AFLAGS += -gz=zlib 33 KBUILD_LDFLAGS += --compress-debug-sections=zlib
|
/Linux-v6.6/scripts/gdb/linux/ |
D | config.py | 6 import zlib 37 config_buf = zlib.decompress(zconfig_buf, 16)
|
/Linux-v6.6/arch/powerpc/boot/ |
D | Makefile | 114 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c 115 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c 117 zliblinuxheader-$(CONFIG_KERNEL_GZIP) := zlib.h zconf.h zutil.h 120 $(addprefix $(obj)/,$(zlib-decomp-y)) 122 $(addprefix $(obj)/, $(zlib-decomp-y)): \ 125 $(addprefix $(obj)/,$(zlib-y)) 127 $(addprefix $(obj)/,$(zlib-y)): \ 141 elf_util.c $(zlib-y) devtree.c stdlib.c \ 200 $(addprefix $(obj)/,$(zlib-y)): $(obj)/%: $(srctree)/lib/zlib_inflate/% 209 $(addprefix $(obj)/,$(zlib-decomp-y)): $(obj)/%: $(srctree)/lib/% [all …]
|
D | .gitignore | 38 zlib.h
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf.pc.template | 11 Requires.private: libelf zlib
|
/Linux-v6.6/tools/build/ |
D | Makefile.feature | 63 zlib \ 136 zlib \
|
/Linux-v6.6/fs/squashfs/ |
D | Kconfig | 8 filesystem for Linux. It uses zlib, lzo or xz compression to 173 of zlib are too high. 188 of zlib are too high. 202 the default zlib compression, at the expense of greater CPU and
|
/Linux-v6.6/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.6/tools/perf/ |
D | builtin-version.c | 76 STATUS(HAVE_ZLIB_SUPPORT, zlib); in library_status()
|
/Linux-v6.6/Documentation/translations/zh_CN/staging/ |
D | xz.rst | 25 对于用户空间来说,XZ Utils提供了类似于zlib的压缩库和类似于gzip的命令行工具。
|
/Linux-v6.6/Documentation/bpf/libbpf/ |
D | libbpf_build.rst | 6 libelf and zlib are internal dependencies of libbpf and thus are required to link
|
/Linux-v6.6/LICENSES/deprecated/ |
D | Zlib | 10 zlib License
|
/Linux-v6.6/fs/btrfs/ |
D | Makefile | 30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
/Linux-v6.6/tools/build/feature/ |
D | Makefile | 58 test-zlib.bin \ 291 $(OUTPUT)test-zlib.bin:
|
/Linux-v6.6/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-v6.6/fs/ubifs/ |
D | Kconfig | 35 LZO compressor is generally faster than zlib but compresses worse.
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | Kconfig | 109 to be compressed using zlib.
|
/Linux-v6.6/fs/jffs2/ |
D | Kconfig | 122 hardware and operating system. See <http://www.gzip.org/zlib/> for
|
/Linux-v6.6/Documentation/staging/ |
D | xz.rst | 21 For userspace, XZ Utils provide a zlib-like compression library
|
/Linux-v6.6/fs/pstore/ |
D | Kconfig | 32 the backing store. This is implemented using the zlib 'deflate'
|
/Linux-v6.6/lib/ |
D | Kconfig | 326 prompt "Enable s390x DEFLATE CONVERSION CALL support for kernel zlib" 328 Enable s390x hardware support for zlib in the kernel.
|
/Linux-v6.6/fs/cramfs/ |
D | README | 73 <block>: The i'th <block> is the output of zlib's compress function
|
12