Lines Matching refs:numFastBytes
306 UInt32 numFastBytes; member
428 p->numFastBytes = fb; in LzmaEnc_SetProps()
853 if (lenRes == p->numFastBytes) in ReadMatchDistances()
1002 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
1012 if (mainLen >= p->numFastBytes) in GetOptimum()
1159 if (newLen >= p->numFastBytes) in GetOptimum()
1285 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes); in GetOptimum()
1293 UInt32 limit = p->numFastBytes + 1; in GetOptimum()
1364 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1454 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1539 if (len >= p->numFastBytes) in GetOptimumFast()
1553 if (mainLen >= p->numFastBytes) in GetOptimumFast()
1953 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc()
1960 …if (!MatchFinder_Create(&p->matchFinderBase, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_… in LzmaEnc_Alloc()
2036 p->numFastBytes + 1 - LZMA_MATCH_LEN_MIN; in LzmaEnc_InitPrices()