Home
last modified time | relevance | path

Searched refs:compressor (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/sys/
H A Dcompressor.h40 struct compressor;
43 struct compressor *compressor_init(compressor_cb_t cb, int format,
45 void compressor_reset(struct compressor *stream);
46 int compressor_write(struct compressor *stream, void *data,
48 int compressor_flush(struct compressor *stream);
49 void compressor_fini(struct compressor *stream);
H A Dexec.h67 struct compressor *comp;
/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c154 const void* dictBuffer, size_t dictBufferSize, BMK_compressor compressor) in BMK_benchMem() argument
235 if (compressor == BMK_ZSTD) { in BMK_benchMem()
261 } else if (compressor == BMK_ZSTD_STREAM) { in BMK_benchMem()
305 …} else if (compressor == BMK_ZWRAP_ZLIB_REUSE || compressor == BMK_ZWRAP_ZSTD_REUSE || compressor in BMK_benchMem()
309 …if (compressor == BMK_ZLIB_REUSE || compressor == BMK_ZWRAP_ZLIB_REUSE) ZWRAP_useZSTDcompression(0… in BMK_benchMem()
349 … if (compressor == BMK_ZLIB || compressor == BMK_ZWRAP_ZLIB) ZWRAP_useZSTDcompression(0); in BMK_benchMem()
404 if (compressor == BMK_ZSTD) { in BMK_benchMem()
425 } else if (compressor == BMK_ZSTD_STREAM) { in BMK_benchMem()
451 …} else if (compressor == BMK_ZWRAP_ZLIB_REUSE || compressor == BMK_ZWRAP_ZSTD_REUSE || compressor in BMK_benchMem()
454 if (compressor == BMK_ZLIB_REUSE) ZWRAP_setDecompressionType(ZWRAP_FORCE_ZLIB); in BMK_benchMem()
[all …]
/freebsd/sys/kern/
H A Dsubr_compressor.c57 struct compressor { struct
514 struct compressor *
519 struct compressor *s; in compressor_init()
542 compressor_reset(struct compressor *stream) in compressor_reset()
549 compressor_write(struct compressor *stream, void *data, size_t len) in compressor_write()
557 compressor_flush(struct compressor *stream) in compressor_flush()
565 compressor_fini(struct compressor *stream) in compressor_fini()
H A Dkern_shutdown.c208 struct compressor *kdc_stream;
/freebsd/sys/contrib/zlib/doc/
H A Drfc1950.txt138 the specifications presented here; a compliant compressor must
290 bytes which are initially fed to the compressor without
294 which dictionary has been used by the compressor.
301 0 - compressor used fastest algorithm
302 1 - compressor used fast algorithm
303 2 - compressor used default algorithm
304 3 - compressor used maximum compression, slowest algorithm
350 preset dictionary feature, the compressor must not set the FDICT
460 sequences. The compressor can take advantage of the dictionary
468 The compressor and the decompressor must use exactly the same
[all …]
H A Drfc1951.txt122 compressor.
159 the specifications presented here; a compliant compressor must
763 A compressor may limit further the ranges of values specified in
780 recommended that the implementor of a compressor follow the general
796 fills up the compressor's block buffer.
802 compressor examines the hash chain for XYZ. If the chain is empty,
806 same hash function value) has occurred recently, the compressor
821 been found, the compressor searches for a longer match starting at
829 compression ratio is most important, the compressor attempts a
832 compressor reduces the search for a longer match, thus speeding up
[all …]
H A Drfc1952.txt109 compressor.
147 specifications presented here; a compliant compressor must produce
313 an optional indication, which the compressor may set by
320 this bit, since a compressor always has the option of
379 XFL = 2 - compressor used maximum compression,
381 XFL = 4 - compressor used fastest algorithm
464 A compliant compressor must produce files with correct ID1,
467 OS, 0 for all others). The compressor must set all reserved
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos-mic.txt1 Device-Tree bindings for Samsung Exynos SoC mobile image compressor (MIC)
3 MIC (mobile image compressor) resides between decon and mipi dsi. Mipi dsi is
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-mbdrc.yaml42 dynamic-range-compressor@702d8200 {
H A Dnvidia,tegra210-ope.yaml69 '^dynamic-range-compressor@[0-9a-f]+$':
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md88 During streaming compression the compressor never knows how big is data to compress.
89 …an be improved by providing size of source data to the compressor. By default streaming compressor
/freebsd/sys/contrib/xz-embedded/
H A DREADME93 threaded XZ compressor, created this kind of .xz files.
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md45 a compliant compressor must produce data sets
767 the compressor writes bits forward into a block and the decompressor
774 After writing the last bit containing information, the compressor
808 Since the compressor writes the bitstream in the forward direction,
809 this means the compressor must encode the sequences starting with the last
1189 After writing the last bit containing information, the compressor
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md145 compressor and decompressor.
474 It also increases memory requirements for the compressor and decompressor.
H A DREADME.md244 usage for both the compressor and decompressor. Performance in terms of speed is
/freebsd/contrib/file/magic/Magdir/
H A Dcompress160 # bzip a block-sorting file compressor
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra210.dtsi1676 dynamic-range-compressor@702d8200 {
1696 dynamic-range-compressor@702d8600 {
H A Dtegra186.dtsi413 dynamic-range-compressor@2908200 {
H A Dtegra194.dtsi513 dynamic-range-compressor@2908200 {
H A Dtegra234.dtsi467 dynamic-range-compressor@2908200 {
/freebsd/sys/contrib/zstd/
H A DCHANGELOG614 New : Ability to compile compressor / decompressor separately
/freebsd/sys/contrib/zlib/
H A DChangeLog1434 - allow preset dictionary shared between compressor and decompressor
/freebsd/contrib/xz/
H A DChangeLog5421 + Only the threaded compressor creates files that
/freebsd/share/dict/
H A Dweb2a555 air compressor
64941 tire compressor
65386 tongue compressor

12