Searched defs:numAvail (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c297 UInt32 numAvail; member in struct:_CLzmaEnc
839 p->numAvail = p->matchFinder.GetNumAvailableBytes(p->matchFinderObj);
857 UInt32 numAvail = p->numAvail; local
858 if (numAvail > LZMA_MATCH_LEN_MAX)
859 numAvail = LZMA_MATCH_LEN_MAX;
862 for (; lenRes < numAvail && pby[lenRes] == pby2[lenRes]; lenRes++);
951 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
975 numAvail = p->numAvail;
1511 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]

Completed in 66 milliseconds