Lines Matching refs:numFastBytes
299 UInt32 numFastBytes; member
418 p->numFastBytes = fb; in LzmaEnc_SetProps()
846 if (lenRes == p->numFastBytes) in ReadMatchDistances()
995 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
1005 if (mainLen >= p->numFastBytes) in GetOptimum()
1152 if (newLen >= p->numFastBytes) in GetOptimum()
1278 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes); in GetOptimum()
1286 UInt32 limit = p->numFastBytes + 1; in GetOptimum()
1357 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1447 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1532 if (len >= p->numFastBytes) in GetOptimumFast()
1546 if (mainLen >= p->numFastBytes) in GetOptimumFast()
1943 …RINOK(MatchFinderMt_Create(&p->matchFinderMt, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH… in LzmaEnc_Alloc()
1950 …if (!MatchFinder_Create(&p->matchFinderBase, p->dictSize, beforeSize, p->numFastBytes, LZMA_MATCH_… in LzmaEnc_Alloc()
2026 p->numFastBytes + 1 - LZMA_MATCH_LEN_MIN; in LzmaEnc_InitPrices()