Lines Matching refs:lzma
51 lzma.txt - LZMA SDK description (this file)
55 lzma.exe - Compiled file->file LZMA encoder/decoder for Windows
56 7zr.exe - 7-Zip with 7z/lzma/xz support.
102 LzmaCon - lzma.exe: LZMA compression/decompression
230 stored in .lzma file header.
238 1) LZMA e file.bin file.lzma -d16 -lc0
240 compresses file.bin to file.lzma with 64 KB dictionary (2^16=64K)
245 2) LZMA e file.bin file.lzma -lc0 -lp2
247 compresses file.bin to file.lzma with settings suitable
250 3) LZMA d file.lzma file.bin
252 decompresses file.lzma to file.bin.
280 7z a a1.7z a.bin -m0=lzma
283 7z a a2.7z a.bin -m0=arm -m1=lzma