Home
last modified time | relevance | path

Searched refs:beforeSize (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/common/lzma/
H A DLzmaEnc.c1920 UInt32 beforeSize = kNumOpts; in LzmaEnc_Alloc() local
1947 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()