Searched refs:ReadMatchDistances (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c816 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function
948 mainLen = ReadMatchDistances(p, &numPairs);
1138 newLen = ReadMatchDistances(p, &numPairs);
1496 mainLen = ReadMatchDistances(p, &numPairs);
1569 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs);
1755 ReadMatchDistances(p, &numPairs);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c817 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function
949 mainLen = ReadMatchDistances(p, &numPairs);
1139 newLen = ReadMatchDistances(p, &numPairs);
1497 mainLen = ReadMatchDistances(p, &numPairs);
1570 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs);
1756 ReadMatchDistances(p, &numPairs);
/external/lzma/C/
H A DLzmaEnc.c816 static UInt32 ReadMatchDistances(CLzmaEnc *p, UInt32 *numDistancePairsRes) function
948 mainLen = ReadMatchDistances(p, &numPairs);
1138 newLen = ReadMatchDistances(p, &numPairs);
1496 mainLen = ReadMatchDistances(p, &numPairs);
1569 p->longestMatchLength = ReadMatchDistances(p, &p->numPairs);
1755 ReadMatchDistances(p, &numPairs);
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs431 void ReadMatchDistances(out UInt32 lenRes, out UInt32 numDistancePairs) method in class:SevenZip.Compression.LZMA.Encoder
553 ReadMatchDistances(out lenMain, out numDistancePairs);
703 ReadMatchDistances(out newLen, out numDistancePairs);
1093 ReadMatchDistances(out len, out numDistancePairs);
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java431 int ReadMatchDistances() throws java.io.IOException method in class:Encoder
553 lenMain = ReadMatchDistances();
702 int newLen = ReadMatchDistances();
1091 ReadMatchDistances();

Completed in 195 milliseconds