Searched refs:beforeSize (Results 1 – 1 of 1) sorted by relevance
2561 UInt32 beforeSize = kNumOpts; in LzmaEnc_Alloc() local2587 if (beforeSize + p->dictSize < keepWindowSize) in LzmaEnc_Alloc()2588 beforeSize = keepWindowSize - p->dictSize; in LzmaEnc_Alloc()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()