Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/lzma/
H A DLzmaEnc.c306 UInt32 numFastBytes; member
428 p->numFastBytes = fb; in LzmaEnc_SetProps()
853 if (lenRes == p->numFastBytes) in ReadMatchDistances()
1002 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
1012 if (mainLen >= p->numFastBytes) in GetOptimum()
1159 if (newLen >= p->numFastBytes) in GetOptimum()
1285 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes); in GetOptimum()
1293 UInt32 limit = p->numFastBytes + 1; in GetOptimum()
1364 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1454 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
[all …]