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