Lines Matching refs:numFastBytes
311 UInt32 numFastBytes; member
458 p->numFastBytes = fb; in LzmaEnc_SetProps()
886 if (lenRes == p->numFastBytes) in ReadMatchDistances()
1042 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
1052 if (mainLen >= p->numFastBytes) in GetOptimum()
1202 if (newLen >= p->numFastBytes) in GetOptimum()
1328 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes); in GetOptimum()
1336 UInt32 limit = p->numFastBytes + 1; in GetOptimum()
1407 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1499 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1584 if (len >= p->numFastBytes) in GetOptimumFast()
1598 if (mainLen >= p->numFastBytes) in GetOptimumFast()
1997 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc()
2004 …if (!MatchFinder_Create(&p->matchFinderBase, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_… in LzmaEnc_Alloc()
2082 p->numFastBytes + 1 - LZMA_MATCH_LEN_MIN; in LzmaEnc_InitPrices()