Home
last modified time | relevance | path

Searched refs:GZIP (Results 1 – 20 of 20) sorted by relevance

/openbmc/bmcweb/test/include/
H A Dhttp_utility_test.cpp129 std::array<Encoding, 1> encodingsGzip{Encoding::GZIP}; in TEST()
130 EXPECT_EQ(getPreferredEncoding("gzip", encodingsGzip), Encoding::GZIP); in TEST()
132 std::array<Encoding, 2> encodingsGzipZstd{Encoding::GZIP, Encoding::ZSTD}; in TEST()
133 EXPECT_EQ(getPreferredEncoding("gzip", encodingsGzipZstd), Encoding::GZIP); in TEST()
136 EXPECT_EQ(getPreferredEncoding("*", encodingsGzipZstd), Encoding::GZIP); in TEST()
144 std::array<Encoding, 2> contentType{Encoding::GZIP, in TEST()
149 std::array<Encoding, 1> contentType2{Encoding::GZIP}; in TEST()
/openbmc/linux/Documentation/powerpc/
H A Dvas-api.rst15 such as 842 compression, GZIP compression and encryption. On power9,
16 userspace applications will have access to only GZIP Compression engine
17 which supports ZLIB and GZIP compression algorithms in the hardware.
21 Requests to the GZIP engine must be formatted as a co-processor Request
26 The GZIP engine provides two priority levels of requests: Normal and
37 Application access to the GZIP engine is provided through
41 establish connection to the engine. It means send window is opened on GZIP
58 NX-GZIP Device Node
62 access to all GZIP engines in the system. The only valid operations on
94 instead of libz and use NX GZIP compression without any modification.
[all …]
/openbmc/linux/arch/powerpc/platforms/book3s/
H A DKconfig10 provide access to accelerator coprocessors such as NX-GZIP and
12 and user-mode APIs for the NX-GZIP accelerator on POWER9 PowerNV
/openbmc/bmcweb/include/
H A Dhttp_utility.hpp134 GZIP, enumerator
156 const symbols<Encoding> knownAcceptEncoding{{"gzip", Encoding::GZIP}, in getPreferredEncoding()
/openbmc/u-boot/doc/
H A DREADME.multi-dtb-fit32 SPL. LZO and GZIP compressions are supported. By default, the area where the
60 | GZIP (user defined area) | 133880 | 8575 | 1.421 | 0.032 |
/openbmc/linux/arch/ia64/
H A DMakefile40 quiet_cmd_gzip = GZIP $@
/openbmc/linux/Documentation/driver-api/early-userspace/
H A Dbuffer-format.rst28 GZIP() indicates the gzip(1) of the operand
33 cpio_gzip_archive := GZIP(cpio_archive)
/openbmc/linux/scripts/
H A DMakefile.modinst144 quiet_cmd_gzip = GZIP $@
H A DMakefile.lib337 quiet_cmd_gzip = GZIP $@
/openbmc/u-boot/lib/zlib/
H A Ddeflate.h23 # define GZIP macro
H A Ddeflate.c253 #ifdef GZIP
376 #ifdef GZIP
606 #ifdef GZIP
679 #ifdef GZIP
867 #ifdef GZIP
1005 #ifdef GZIP
/openbmc/u-boot/lib/
H A DMakefile63 obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o
H A Dfdtdec.c1179 if (CONFIG_IS_ENABLED(GZIP)) in uncompress_blob()
1200 if (CONFIG_IS_ENABLED(GZIP)) in uncompress_blob()
H A DKconfig343 This enables support for GZIP compression altorithm for SPL boot.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-genwqe10 Description: Identifies the currently active card application e.g. 'GZIP'
/openbmc/u-boot/dts/
H A DKconfig190 bool "GZIP"
195 using GZIP compression. (requires gzip on host)
/openbmc/linux/kernel/module/
H A DKconfig301 bool "GZIP"
303 Compress modules with GZIP. The installed modules are suffixed
/openbmc/linux/usr/
H A DKconfig212 with fast decompression speed. It will compress better than GZIP and
/openbmc/linux/init/
H A DKconfig352 with fast decompression speed. It will compress better than GZIP and
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/
H A D0008-Use-libtool-2.4.patch20686 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\