Lines Matching refs:numFastBytes
287 UInt32 numFastBytes; member
408 p->numFastBytes = fb; in LzmaEnc_SetProps()
833 if (lenRes == p->numFastBytes) in ReadMatchDistances()
982 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
992 if (mainLen >= p->numFastBytes) in GetOptimum()
1139 if (newLen >= p->numFastBytes) in GetOptimum()
1265 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes); in GetOptimum()
1273 UInt32 limit = p->numFastBytes + 1; in GetOptimum()
1344 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1434 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1519 if (len >= p->numFastBytes) in GetOptimumFast()
1533 if (mainLen >= p->numFastBytes) in GetOptimumFast()
1932 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc()
1939 …if (!MatchFinder_Create(&p->matchFinderBase, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_… in LzmaEnc_Alloc()
2015 p->numFastBytes + 1 - LZMA_MATCH_LEN_MIN; in LzmaEnc_InitPrices()