Home | History | Annotate | Download | only in C

Lines Matching defs:numFastBytes

287   UInt32 numFastBytes;

408 p->numFastBytes = fb;
833 if (lenRes == p->numFastBytes)
982 if (repLens[repMaxIndex] >= p->numFastBytes)
992 if (mainLen >= p->numFastBytes)
1139 if (newLen >= p->numFastBytes)
1265 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes);
1273 UInt32 limit = p->numFastBytes + 1;
1344 UInt32 limit = lenTest2 + p->numFastBytes;
1434 UInt32 limit = lenTest2 + p->numFastBytes;
1519 if (len >= p->numFastBytes)
1533 if (mainLen >= p->numFastBytes)
1932 RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_LEN_MAX, allocBig));
1939 if (!MatchFinder_Create(&p->matchFinderBase, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_LEN_MAX, allocBig))
2015 p->numFastBytes + 1 - LZMA_MATCH_LEN_MIN;