Home
last modified time | relevance | path

Searched refs:keepSizeBefore (Results 1 - 4 of 4) 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
69 _keepSizeBefore = keepSizeBefore; in Create()
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
69 _keepSizeBefore = keepSizeBefore; in Create()
71 UInt32 blockSize = keepSizeBefore + keepSizeAfter + keepSizeReserv; in Create()
/third_party/lzma/C/
H A DLzFind.c186 const size_t offset = (size_t)(p->buffer - p->bufBase) - p->keepSizeBefore; in MatchFinder_MoveBlock()
187 const size_t keepBefore = (offset & (kBlockMoveAlign - 1)) + p->keepSizeBefore; in MatchFinder_MoveBlock()
282 UInt32 blockSize = (p->keepSizeBefore + p->keepSizeAfter); in GetBlockSize()
289 if (p->keepSizeBefore < historySize || blockSize < p->keepSizeBefore) // if 32-bit overflow in GetBlockSize()
374 /* we need one additional byte in (p->keepSizeBefore), in MatchFinder_Create()
377 p->keepSizeBefore = historySize + keepAddBufferBefore + 1; in MatchFinder_Create()
H A DLzFind.h39 UInt32 keepSizeBefore; member

Completed in 4 milliseconds