Lines Matching refs:numFastBytes
312 unsigned numFastBytes; member
470 p->numFastBytes = fb; in LzmaEnc_SetProps()
1005 if (len != p->numFastBytes) in ReadMatchDistances()
1172 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
1183 if (mainLen >= p->numFastBytes) in GetOptimum()
1379 if (newLen >= p->numFastBytes) in GetOptimum()
1558 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes); in GetOptimum()
1573 unsigned limit = p->numFastBytes + 1; in GetOptimum()
1664 unsigned limit = len2 + p->numFastBytes; in GetOptimum()
1786 unsigned limit = len2 + p->numFastBytes; in GetOptimum()
1897 if (len >= p->numFastBytes) in GetOptimumFast()
1910 if (mainLen >= p->numFastBytes) in GetOptimumFast()
2593 RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, in LzmaEnc_Alloc()
2605 …if (!MatchFinder_Create(&p->matchFinderBase, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_… in LzmaEnc_Alloc()
2693 p->numFastBytes + 1 - LZMA_MATCH_LEN_MIN; in LzmaEnc_InitPrices()