Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaEnc.c320 UInt32 numFastBytes; member
442 p->numFastBytes = fb; in LzmaEnc_SetProps()
867 if (lenRes == p->numFastBytes) in ReadMatchDistances()
1016 if (repLens[repMaxIndex] >= p->numFastBytes) in GetOptimum()
1026 if (mainLen >= p->numFastBytes) in GetOptimum()
1173 if (newLen >= p->numFastBytes) in GetOptimum()
1299 numAvail = (numAvailFull <= p->numFastBytes ? numAvailFull : p->numFastBytes); in GetOptimum()
1307 UInt32 limit = p->numFastBytes + 1; in GetOptimum()
1378 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
1468 UInt32 limit = lenTest2 + p->numFastBytes; in GetOptimum()
[all …]