Searched refs:GZIP (Results 1 – 20 of 20) sorted by relevance
/openbmc/bmcweb/test/include/ |
H A D | http_utility_test.cpp | 129 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 D | vas-api.rst | 15 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 D | Kconfig | 10 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 D | http_utility.hpp | 134 GZIP, enumerator 156 const symbols<Encoding> knownAcceptEncoding{{"gzip", Encoding::GZIP}, in getPreferredEncoding()
|
/openbmc/u-boot/doc/ |
H A D | README.multi-dtb-fit | 32 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 D | Makefile | 40 quiet_cmd_gzip = GZIP $@
|
/openbmc/linux/Documentation/driver-api/early-userspace/ |
H A D | buffer-format.rst | 28 GZIP() indicates the gzip(1) of the operand 33 cpio_gzip_archive := GZIP(cpio_archive)
|
/openbmc/linux/scripts/ |
H A D | Makefile.modinst | 144 quiet_cmd_gzip = GZIP $@
|
H A D | Makefile.lib | 337 quiet_cmd_gzip = GZIP $@
|
/openbmc/u-boot/lib/zlib/ |
H A D | deflate.h | 23 # define GZIP macro
|
H A D | deflate.c | 253 #ifdef GZIP 376 #ifdef GZIP 606 #ifdef GZIP 679 #ifdef GZIP 867 #ifdef GZIP 1005 #ifdef GZIP
|
/openbmc/u-boot/lib/ |
H A D | Makefile | 63 obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o
|
H A D | fdtdec.c | 1179 if (CONFIG_IS_ENABLED(GZIP)) in uncompress_blob() 1200 if (CONFIG_IS_ENABLED(GZIP)) in uncompress_blob()
|
H A D | Kconfig | 343 This enables support for GZIP compression altorithm for SPL boot.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-genwqe | 10 Description: Identifies the currently active card application e.g. 'GZIP'
|
/openbmc/u-boot/dts/ |
H A D | Kconfig | 190 bool "GZIP" 195 using GZIP compression. (requires gzip on host)
|
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 301 bool "GZIP" 303 Compress modules with GZIP. The installed modules are suffixed
|
/openbmc/linux/usr/ |
H A D | Kconfig | 212 with fast decompression speed. It will compress better than GZIP and
|
/openbmc/linux/init/ |
H A D | Kconfig | 352 with fast decompression speed. It will compress better than GZIP and
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0008-Use-libtool-2.4.patch | 20686 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
|