Lines Matching refs:lzma
59 - console programs for lzma / 7z / xz compression and decompression
85 DOC/lzma.txt - LZMA compression description
86 DOC/lzma-sdk.txt - LZMA SDK description (this file)
87 DOC/lzma-history.txt - history of LZMA SDK
88 DOC/lzma-specification.txt - Specification of LZMA
96 bin/lzma.exe - file->file LZMA encoder/decoder for Windows
142 LzmaCon - lzma.exe: LZMA compression/decompression
281 stored in .lzma file header.
289 1) LZMA e file.bin file.lzma -d16 -lc0
291 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
296 2) LZMA e file.bin file.lzma -lc0 -lp2
298 compresses file.bin to file.lzma with settings suitable
301 3) LZMA d file.lzma file.bin
303 decompresses file.lzma to file.bin.
331 7z a a1.7z a.bin -m0=lzma
334 7z a a2.7z a.bin -m0=arm -m1=lzma