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 int compressor_format(const struct compressor *stream);
46 void compressor_reset(struct compressor *stream);
47 int compressor_write(struct compressor *stream, void *data,
49 int compressor_flush(struct compressor *stream);
50 void compressor_fini(struct compressor *stream);
H A Ducoredump.h52 struct compressor *comp;
/freebsd/sys/kern/
H A Dsubr_compressor.c57 struct compressor { struct
514 struct compressor *
519 struct compressor *s; in compressor_init()
542 compressor_format(const struct compressor *stream) in compressor_format()
548 compressor_reset(struct compressor *stream) in compressor_reset()
555 compressor_write(struct compressor *stream, void *data, size_t len) in compressor_write()
563 compressor_flush(struct compressor *stream) in compressor_flush()
571 compressor_fini(struct compressor *stream) in compressor_fini()
H A Dkern_shutdown.c203 struct compressor *kdc_stream;
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zstd.c135 ZSTD_CStream *compressor; member
147 state->compressor = ZSTD_createCStream(); in zstd_stateful_init()
149 state->compressor = ZSTD_createCStream_advanced(zstd_mem_funcs); in zstd_stateful_init()
151 if (state->compressor == NULL) in zstd_stateful_init()
153 ZSTD_initCStream(state->compressor, ZSTD_CLEVEL_DEFAULT); in zstd_stateful_init()
167 ZSTD_freeCStream(state->compressor); in zstd_stateful_init()
178 ZSTD_freeCStream(state->compressor); in zstd_stateful_finish()
207 ret = ZSTD_endStream(state->compressor, &outbuf); in zstd_stateful_compress_block()
221 ret = ZSTD_compressStream2(state->compressor, &outbuf, &inbuf, ZSTD_e_continue); in zstd_stateful_compress_block()
231 ret = ZSTD_flushStream(state->compressor, &outbuf); in zstd_stateful_compress_block()
/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
345 A compliant compressor must produce streams with correct CMF, FLG
348 the compressor may use only preset dictionaries that are specified
350 preset dictionary feature, the compressor must not set the FDICT
[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
766 32K. Similarly, a compressor may limit the size of blocks so that
780 recommended that the implementor of a compressor follow the general
791 specification per se, and a compressor need not follow it in order to
794 The compressor terminates a block when it determines that starting a
796 fills up the compressor's block buffer.
798 The compressor uses a chained hash table to find duplicated strings,
802 compressor examines the hash chain for XYZ. If the chain is empty,
[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/packages/bzip2/
H A Dbzip2.ucl1 comment = "A block-sorting data compressor"
/freebsd/usr.sbin/virtual_oss/virtual_oss/
H A DMakefile5 compressor.c \
/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/zstd/lib/
H A DREADME.md126 On the compressor side, Zstd's compression levels map to several internal
131 default compressor as well, you can set
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md113 …Because the compressor's behavior highly depends on the content to compress, there's no guarantee …
158 compressor and decompressor.
360 …translated internally into multiple advanced parameters that control the behavior of the compressor
383 It also increases memory requirements for the compressor and decompressor.
H A DREADME.md287 usage for both the compressor and decompressor. Performance in terms of speed is
/freebsd/sys/contrib/xz-embedded/
H A DREADME93 threaded XZ compressor, created this kind of .xz files.
/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.dtsi1697 dynamic-range-compressor@702d8200 {
1717 dynamic-range-compressor@702d8600 {
H A Dtegra186.dtsi413 dynamic-range-compressor@2908200 {
H A Dtegra194.dtsi513 dynamic-range-compressor@2908200 {
H A Dtegra234.dtsi1168 dynamic-range-compressor@2908200 {
/freebsd/sys/contrib/zstd/
H A DCHANGELOG756 New : Ability to compile compressor / decompressor separately
/freebsd/sys/contrib/zlib/
H A DChangeLog1485 - allow preset dictionary shared between compressor and decompressor
/freebsd/share/dict/
H A Dweb2a555 air compressor
64941 tire compressor
65386 tongue compressor
/freebsd/contrib/xz/
H A DChangeLog12211 + Only the threaded compressor creates files that

12