Home
last modified time | relevance | path

Searched refs:keepSizeReserv (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DInWindow.java67 public void Create(int keepSizeBefore, int keepSizeAfter, int keepSizeReserv) in Create() argument
71 int blockSize = keepSizeBefore + keepSizeAfter + keepSizeReserv; in Create()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzInWindow.cs67 public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv) in Create() argument
71 UInt32 blockSize = keepSizeBefore + keepSizeAfter + keepSizeReserv; in Create()

Completed in 2 milliseconds