| /freebsd/sys/sys/ |
| H A D | compressor.h | 40 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 D | ucoredump.h | 52 struct compressor *comp;
|
| /freebsd/sys/kern/ |
| H A D | subr_compressor.c | 57 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 D | kern_shutdown.c | 203 struct compressor *kdc_stream;
|
| /freebsd/crypto/openssl/crypto/comp/ |
| H A D | c_zstd.c | 135 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 D | rfc1950.txt | 138 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 D | rfc1951.txt | 122 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 D | rfc1952.txt | 109 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 D | exynos-mic.txt | 1 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 D | bzip2.ucl | 1 comment = "A block-sorting data compressor"
|
| /freebsd/usr.sbin/virtual_oss/virtual_oss/ |
| H A D | Makefile | 5 compressor.c \
|
| /freebsd/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 88 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 D | README.md | 126 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 D | zstd.1.md | 113 …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 D | README.md | 287 usage for both the compressor and decompressor. Performance in terms of speed is
|
| /freebsd/sys/contrib/xz-embedded/ |
| H A D | README | 93 threaded XZ compressor, created this kind of .xz files.
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | compress | 160 # bzip a block-sorting file compressor
|
| /freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
| H A D | tegra210.dtsi | 1697 dynamic-range-compressor@702d8200 { 1717 dynamic-range-compressor@702d8600 {
|
| H A D | tegra186.dtsi | 413 dynamic-range-compressor@2908200 {
|
| H A D | tegra194.dtsi | 513 dynamic-range-compressor@2908200 {
|
| H A D | tegra234.dtsi | 1168 dynamic-range-compressor@2908200 {
|
| /freebsd/sys/contrib/zstd/ |
| H A D | CHANGELOG | 756 New : Ability to compile compressor / decompressor separately
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 1485 - allow preset dictionary shared between compressor and decompressor
|
| /freebsd/share/dict/ |
| H A D | web2a | 555 air compressor 64941 tire compressor 65386 tongue compressor
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 12211 + Only the threaded compressor creates files that
|