Searched refs:keepSizeReserv (Results 1 – 3 of 3) sorted by relevance
67 public void Create(int keepSizeBefore, int keepSizeAfter, int keepSizeReserv) in Create() argument71 int blockSize = keepSizeBefore + keepSizeAfter + keepSizeReserv; in Create()
67 public void Create(UInt32 keepSizeBefore, UInt32 keepSizeAfter, UInt32 keepSizeReserv) in Create() argument71 UInt32 blockSize = keepSizeBefore + keepSizeAfter + keepSizeReserv; in Create()
30 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAllocPtr alloc) in LzInWindow_Create() argument32 UInt32 blockSize = p->keepSizeBefore + p->keepSizeAfter + keepSizeReserv; in LzInWindow_Create()