Searched refs:mainLen (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzmaEnc.c | 965 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local 982 mainLen = ReadMatchDistances(p, &numPairs); in GetOptimum() 985 mainLen = p->longestMatchLength; in GetOptimum() 1026 if (mainLen >= p->numFastBytes) in GetOptimum() 1029 MovePos(p, mainLen - 1); in GetOptimum() 1030 return mainLen; in GetOptimum() 1035 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2) in GetOptimum() 1067 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]); in GetOptimum() 1109 if (len <= mainLen) in GetOptimum() 1525 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local [all …]
|