Lines Matching refs:lzma
58 - console programs for lzma / 7z / xz compression and decompression
84 DOC/lzma.txt - LZMA compression description
85 DOC/lzma-sdk.txt - LZMA SDK description (this file)
86 DOC/lzma-history.txt - history of LZMA SDK
87 DOC/lzma-specification.txt - Specification of LZMA
95 bin/lzma.exe - file->file LZMA encoder/decoder for Windows
141 LzmaCon - lzma.exe: LZMA compression/decompression
280 stored in .lzma file header.
288 1) LZMA e file.bin file.lzma -d16 -lc0
290 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
295 2) LZMA e file.bin file.lzma -lc0 -lp2
297 compresses file.bin to file.lzma with settings suitable
300 3) LZMA d file.lzma file.bin
302 decompresses file.lzma to file.bin.
330 7z a a1.7z a.bin -m0=lzma
333 7z a a2.7z a.bin -m0=arm -m1=lzma