Home
last modified time | relevance | path

Searched defs:keepSizeBefore (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
DLzInWindow.cs67 public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv) in Create()
/external/lzma/Java/SevenZip/Compression/LZ/
DInWindow.java67 public void Create(int keepSizeBefore, int keepSizeAfter, int keepSizeReserv) in Create()
/external/lzma/C/
DLzFind.h37 UInt32 keepSizeBefore; member