Home
last modified time | relevance | path

Searched refs:decompressor (Results 1 – 25 of 39) sorted by relevance

12

/src/crypto/openssl/crypto/comp/
H A Dc_zstd.c136 ZSTD_DStream *decompressor; member
156 state->decompressor = ZSTD_createDStream(); in zstd_stateful_init()
158 state->decompressor = ZSTD_createDStream_advanced(zstd_mem_funcs); in zstd_stateful_init()
160 if (state->decompressor == NULL) in zstd_stateful_init()
162 ZSTD_initDStream(state->decompressor); in zstd_stateful_init()
168 ZSTD_freeDStream(state->decompressor); in zstd_stateful_init()
179 ZSTD_freeDStream(state->decompressor); in zstd_stateful_finish()
268 ret = ZSTD_decompressStream(state->decompressor, &outbuf, &inbuf); in zstd_stateful_expand_block()
/src/sys/contrib/zlib/doc/
H A Drfc1950.txt136 Unless otherwise indicated below, a compliant decompressor must be
293 below). The decompressor can use this identifier to determine
353 A compliant decompressor must check CMF, FLG, and ADLER32, and
355 A compliant decompressor must give an error indication if CM is
359 data to be interpreted incorrectly. A compliant decompressor must
361 identifier of a known preset dictionary. A decompressor may
364 decompressor must support all the preset dictionaries specified by
366 dictionary feature, a compliant decompressor must reject any
462 decompressor can be initialized with the appropriate context by
468 The compressor and the decompressor must use exactly the same
[all …]
H A Drfc1952.txt145 Unless otherwise indicated below, a compliant decompressor must be
318 decompressor can use FTEXT to choose the appropriate format.
321 leaving it cleared and a decompressor always has the option
470 A compliant decompressor must check ID1, ID2, and CM, and
475 trailer; in particular, a decompressor may ignore FTEXT and OS
477 compliant decompressor must give an error indication if any
581 includes a modification time, the gzip decompressor provides a
H A Drfc1951.txt157 Unless otherwise indicated below, a compliant decompressor must be
769 A compliant decompressor must accept the full range of possible
884 compressor and decompressor is available within the zlib package at
/src/sys/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt13 The XZ decompressor in Linux is called XZ Embedded. It supports
26 The xz_dec module provides XZ decompressor with single-call (buffer
31 useful unless you are hacking the XZ decompressor. xz_dec_test
/src/sys/contrib/xz-embedded/linux/lib/xz/
H A DKconfig61 tristate "XZ decompressor tester"
/src/contrib/xz/
H A DAUTHORS20 The initial version of the threaded .xz decompressor was written
/src/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx1.dtsi15 * The decompressor and also some bootloaders rely on a
H A Dimx31.dtsi10 * The decompressor and also some bootloaders rely on a
H A Dimx35.dtsi13 * The decompressor and also some bootloaders rely on a
H A Dimx50.dtsi15 * The decompressor and also some bootloaders rely on a
H A Dimx25.dtsi12 * The decompressor and also some bootloaders rely on a
H A Dimx27.dtsi16 * The decompressor and also some bootloaders rely on a
H A Dimx51.dtsi16 * The decompressor and also some bootloaders rely on a
H A Dimx53.dtsi16 * The decompressor and also some bootloaders rely on a
H A Dimx6sl.dtsi13 * The decompressor and also some bootloaders rely on a
H A Dimx6ul.dtsi15 * The decompressor and also some bootloaders rely on a
/src/sys/contrib/zstd/programs/
H A Dzstd.1.md145 compressor and decompressor.
150 `--memory=windowSize` needs to be passed to the decompressor.
187 as the maximum amount of memory the decompressor is allowed to use, but you can
474 It also increases memory requirements for the compressor and decompressor.
479 `--memory=windowSize` needs to be passed to the decompressor.
H A DREADME.md167 …integrity checksum to frame (default: enabled). If specified with -d, decompressor will ignore/val…
244 usage for both the compressor and decompressor. Performance in terms of speed is
/src/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx23.dtsi13 * The decompressor and also some bootloaders rely on a
H A Dimx28.dtsi14 * The decompressor and also some bootloaders rely on a
/src/contrib/bzip2/
H A DCHANGES274 decompressor to crash, loop or access memory which does not
/src/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md49 A compliant decompressor must be able to decompress
767 the compressor writes bits forward into a block and the decompressor
780 byte to read. The decompressor needs to skip 0-7 initial `0`-bits and
1195 byte to read. The decompressor needs to skip 0-7 initial `0`-bits and
/src/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20-asus-tf101.dts32 * The decompressor and also some bootloaders rely on a
H A Dtegra30-asus-nexus7-grouper-common.dtsi26 * The decompressor and also some bootloaders rely on a

12