Searched refs:mainLen (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c931 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
948 mainLen = ReadMatchDistances(p, &numPairs);
951 mainLen = p->longestMatchLength;
992 if (mainLen >= p->numFastBytes)
995 MovePos(p, mainLen - 1);
996 return mainLen;
1001 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1033 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
1075 if (len <= mainLen)
1491 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c932 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
949 mainLen = ReadMatchDistances(p, &numPairs);
952 mainLen = p->longestMatchLength;
993 if (mainLen >= p->numFastBytes)
996 MovePos(p, mainLen - 1);
997 return mainLen;
1002 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1034 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
1076 if (len <= mainLen)
1492 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]
/external/lzma/C/
H A DLzmaEnc.c931 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
948 mainLen = ReadMatchDistances(p, &numPairs);
951 mainLen = p->longestMatchLength;
992 if (mainLen >= p->numFastBytes)
995 MovePos(p, mainLen - 1);
996 return mainLen;
1001 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1033 lenEnd = ((mainLen >= repLens[repMaxIndex]) ? mainLen : repLens[repMaxIndex]);
1075 if (len <= mainLen)
1491 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
[all...]

Completed in 223 milliseconds