Searched refs:lzma (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_dec_lzma2.c | 654 s->lzma.rep3 = s->lzma.rep2; in lzma_match() 655 s->lzma.rep2 = s->lzma.rep1; in lzma_match() 656 s->lzma.rep1 = s->lzma.rep0; in lzma_match() 671 probs = s->lzma.dist_special + s->lzma.rep0 in lzma_match() 707 s->lzma.rep3 = s->lzma.rep2; in lzma_rep_match() 710 s->lzma.rep2 = s->lzma.rep1; in lzma_rep_match() 713 s->lzma.rep1 = s->lzma.rep0; in lzma_rep_match() 731 dict_repeat(&s->dict, &s->lzma.len, s->lzma.rep0); in lzma_main() 744 if (rc_bit(&s->rc, &s->lzma.is_rep[s->lzma.state])) in lzma_main() 810 s->lzma.pos_mask = (1 << s->lzma.pos_mask) - 1; in lzma_props() [all …]
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | README.md | 44 - __HAVE_LZMA__ : `zstd` can compress and decompress files in `.xz` and `.lzma` formats. 45 This is ordered through commands `--format=xz` and `--format=lzma` respectively. 46 Alternatively, symlinks named `xz`, `unxz`, `lzma`, or `unlzma` will mimic intended behavior. 47 `.xz` and `.lzma` support is automatically enabled when `lzma` library is detected at build time. 48 It's possible to disable `.xz` and `.lzma` support, by setting `HAVE_LZMA=0`. 50 It's also possible to force compilation with lzma support, using `HAVE_LZMA=1`. 51 In which case, linking stage will fail if `lzma` library cannot be found. 100 - `xz` : if lzma support is enabled, will mimic `xz` by compressing file using `.xz` format, removi… 101 …lzma` : if lzma support is enabled, will mimic `lzma` by compressing file using `.lzma` format, re… 188 --format=lzma : compress files to the .lzma format
|
| H A D | Makefile | 162 NO_LZMA_MSG := ==> no liblzma, building zstd without .xz/.lzma support 165 LZMA_MSG := ==> building zstd with .xz/.lzma compression support 284 zstd-noxz : LZMA_MSG := - xz/lzma support is disabled
|
| H A D | zstd.1.md | 23 and strong modes nearing lzma compression ratios. 246 formats. Possibly available options are `zstd`, `gzip`, `xz`, `lzma`, and `lz4`.
|
| /f-stack/freebsd/mips/conf/ |
| H A D | AP93 | 28 # uncompress - to boot read-only lzma natively from flash
|
| H A D | ENH200 | 28 # uncompress - to boot read-only lzma natively from flash
|
| H A D | PB47 | 34 # uncompress - to boot read-only lzma natively from flash
|
| H A D | AP96 | 29 # uncompress - to boot read-only lzma natively from flash
|
| H A D | PICOSTATION_M2HP | 40 # uncompress - to boot read-only lzma natively from flash
|
| H A D | AP91 | 40 # uncompress - to boot read-only lzma natively from flash
|
| H A D | ROCKET_M2HP | 40 # uncompress - to boot read-only lzma natively from flash
|
| H A D | TP-MR3040 | 50 # uzip - to boot read-only lzma natively from flash
|
| H A D | PB92 | 57 # Support uncompress lzma rootfs
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | README.md | 69 a property shared by most LZ compression algorithms, such as [zlib] or lzma.
|
| H A D | CHANGELOG | 321 cli : changed : xz/lzma support enabled by default 361 cli : experimental : xzstd, with support for xz/lzma decoding, by Przemyslaw Skibinski
|
| /f-stack/freebsd/amd64/conf/ |
| H A D | GENERIC | 324 device xz # lzma decompression
|