Searched refs:zlib (Results 1 – 25 of 36) sorted by relevance
12
| /linux/arch/xtensa/boot/lib/ |
| A 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/scripts/ |
| A D | Makefile.debug | 37 DEBUG_CFLAGS += -gz=zlib 38 DEBUG_RUSTFLAGS += -Zdebuginfo-compression=zlib 39 KBUILD_AFLAGS += -gz=zlib 40 KBUILD_LDFLAGS += --compress-debug-sections=zlib
|
| /linux/scripts/gdb/linux/ |
| A D | config.py | 6 import zlib 37 config_buf = zlib.decompress(zconfig_buf, 16)
|
| /linux/arch/powerpc/boot/ |
| A D | Makefile | 112 zlib-decomp-$(CONFIG_KERNEL_GZIP) := decompress_inflate.c 113 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c 115 zliblinuxheader-$(CONFIG_KERNEL_GZIP) := zlib.h zconf.h zutil.h 118 $(addprefix $(obj)/,$(zlib-decomp-y)) 120 $(addprefix $(obj)/, $(zlib-decomp-y)): \ 123 $(addprefix $(obj)/,$(zlib-y)) 125 $(addprefix $(obj)/,$(zlib-y)): \ 139 elf_util.c $(zlib-y) devtree.c stdlib.c \ 203 $(addprefix $(obj)/,$(zlib-decomp-y)): $(obj)/%: $(srctree)/lib/% 218 clean-files := $(zlib-) $(zlibheader-) $(zliblinuxheader-) \ [all …]
|
| A D | .gitignore | 38 zlib.h
|
| /linux/tools/lib/bpf/ |
| A D | libbpf.pc.template | 11 Requires.private: libelf zlib
|
| /linux/tools/build/ |
| A D | Makefile.feature | 64 zlib \ 139 zlib \
|
| /linux/arch/arm64/boot/dts/amd/ |
| A D | amd-overdrive-rev-b0.dts | 30 amd,zlib-support = <1>;
|
| A D | amd-overdrive-rev-b1.dts | 30 amd,zlib-support = <1>;
|
| /linux/fs/squashfs/ |
| A 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/Documentation/translations/zh_CN/staging/ |
| A D | xz.rst | 25 对于用户空间来说,XZ Utils提供了类似于zlib的压缩库和类似于gzip的命令行工具。
|
| /linux/Documentation/bpf/libbpf/ |
| A D | libbpf_build.rst | 6 libelf and zlib are internal dependencies of libbpf and thus are required to link
|
| /linux/LICENSES/deprecated/ |
| A D | Zlib | 10 zlib License
|
| /linux/tools/perf/Documentation/ |
| A D | perf-check.txt | 71 zlib / HAVE_ZLIB_SUPPORT
|
| /linux/fs/btrfs/ |
| A D | Makefile | 30 export.o tree-log.o free-space-cache.o zlib.o lzo.o zstd.o \
|
| /linux/Documentation/filesystems/ |
| A D | ubifs.rst | 100 compr=zlib override default compressor and set it to "zlib"
|
| A D | cramfs.rst | 9 It uses the zlib routines to compress a file one page at a time, and
|
| /linux/tools/build/feature/ |
| A D | Makefile | 60 test-zlib.bin \ 335 $(OUTPUT)test-zlib.bin:
|
| /linux/fs/ubifs/ |
| A D | Kconfig | 35 LZO compressor is generally faster than zlib but compresses worse.
|
| /linux/Documentation/staging/ |
| A D | xz.rst | 19 For userspace, `XZ Utils`_ provide a zlib-like compression library
|
| /linux/tools/perf/ |
| A D | Makefile.config | 538 ifeq ($(feature-zlib), 1) 602 $(warning Warning: Statically building libbpf not possible as zlib is missing) 697 $(warning Warning: Disabled BPF skeletons as zlib is required by bpftool)
|
| /linux/drivers/gpu/drm/i915/ |
| A D | Kconfig | 108 to be compressed using zlib.
|
| /linux/fs/jffs2/ |
| A D | Kconfig | 122 hardware and operating system. See <http://www.gzip.org/zlib/> for
|
| /linux/fs/pstore/ |
| A D | Kconfig | 32 the backing store. This is implemented using the zlib 'deflate'
|
| /linux/lib/ |
| A D | Kconfig | 323 prompt "Enable s390x DEFLATE CONVERSION CALL support for kernel zlib" 325 Enable s390x hardware support for zlib in the kernel.
|
Completed in 57 milliseconds
12