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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c31 /* keepSizeBefore + keepSizeAfter + keepSizeReserv must be < 4G) */
33 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) argument
35 UInt32 blockSize = p->keepSizeBefore + p->keepSizeAfter + keepSizeReserv;

Completed in 58 milliseconds