Searched refs:ZSTD (Results 1 – 17 of 17) sorted by relevance
/openbmc/bmcweb/test/include/ |
H A D | http_utility_test.cpp | 134 std::array<Encoding, 2> encodingsGzipZstd{Encoding::GZIP, Encoding::ZSTD}; in TEST() 136 EXPECT_EQ(getPreferredEncoding("zstd", encodingsGzipZstd), Encoding::ZSTD); in TEST() 141 Encoding::ZSTD); in TEST()
|
/openbmc/linux/scripts/ |
H A D | Makefile.modinst | 148 quiet_cmd_zstd = ZSTD $@ 149 cmd_zstd = $(ZSTD) -T0 --rm -f -q $<
|
H A D | Makefile.lib | 546 quiet_cmd_zstd = ZSTD $@ 547 cmd_zstd = cat $(real-prereqs) | $(ZSTD) -19 > $@ 550 cmd_zstd22 = cat $(real-prereqs) | $(ZSTD) -22 --ultra > $@ 553 cmd_zstd22_with_size = { cat $(real-prereqs) | $(ZSTD) -22 --ultra; $(size_append); } > $@
|
/openbmc/bmcweb/include/ |
H A D | http_utility.hpp | 137 ZSTD, enumerator 159 {"zstd", Encoding::ZSTD}, in getPreferredEncoding()
|
/openbmc/linux/fs/ubifs/ |
H A D | Kconfig | 45 bool "ZSTD compression support" if UBIFS_FS_ADVANCED_COMPR 49 ZSTD compresses is a big win in speed over Zlib and
|
/openbmc/linux/usr/ |
H A D | Kconfig | 104 bool "Support initial ramdisk/ramfs compressed using ZSTD" 108 Support loading of a ZSTD encoded initial ramdisk or cpio buffer. 208 bool "ZSTD" 211 ZSTD is a compression algorithm targeting intermediate compression
|
/openbmc/linux/fs/squashfs/ |
H A D | Kconfig | 211 bool "Include support for ZSTD compressed file systems" 216 compressed with ZSTD compression. ZSTD gives better compression than 219 ZSTD is not the standard compression used in Squashfs and so most
|
/openbmc/linux/fs/f2fs/ |
H A D | Kconfig | 133 bool "ZSTD compression support" 137 Support ZSTD compress algorithm, if unsure, say Y.
|
/openbmc/linux/tools/testing/selftests/firmware/ |
H A D | fw_filesystem.sh | 543 test_request_firmware_compressed ZSTD
|
/openbmc/linux/drivers/base/firmware_loader/ |
H A D | Kconfig | 200 bool "Enable ZSTD-compressed firmware support" 203 This option adds the support for ZSTD-compressed files.
|
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 313 bool "ZSTD" 315 Compress modules with ZSTD. The installed modules are suffixed
|
/openbmc/linux/arch/x86/boot/ |
H A D | header.S | 485 # ZSTD compressed data grows by at most 3 bytes per 128K, and only has a 22
|
/openbmc/linux/ |
H A D | Makefile | 523 ZSTD = zstd macro 607 export KGZIP KBZIP2 KLZOP LZMA LZ4 XZ ZSTD
|
H A D | MAINTAINERS | 23969 ZSTD
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 917 ZSTD="zstd -T${ZSTD_THREADS}" 920 ZSTD="pzstd -p ${ZSTD_THREADS}" 923 tar -I "$ZSTD" -xvpf ${SSTATE_PKG}
|
/openbmc/linux/init/ |
H A D | Kconfig | 348 bool "ZSTD" 351 ZSTD is a compression algorithm targeting intermediate compression
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | boot.rst | 787 02 21) and ZSTD (magic number 28 B5). The uncompressed payload is
|