OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMatches
(Results
1 - 9
of
9
) sorted by null
/external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs
21
UInt32
GetMatches
(UInt32[] distances);
LzBinTree.cs
118
public UInt32
GetMatches
(UInt32[] distances)
/external/lzma/C/
LzFind.h
97
Mf_GetMatches_Func
GetMatches
;
LzFind.c
745
vTable->
GetMatches
= (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
750
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
755
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
760
vTable->
GetMatches
= (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
LzFindMt.c
765
vTable->
GetMatches
= (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
772
vTable->
GetMatches
= (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
LzmaEnc.c
831
numPairs = p->matchFinder.
GetMatches
(p->matchFinderObj, p->matches);
[
all
...]
/external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java
118
public int
GetMatches
(int[] distances) throws IOException
/external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java
434
_numDistancePairs = _matchFinder.
GetMatches
(_matchDistances);
[
all
...]
/external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs
434
numDistancePairs = _matchFinder.
GetMatches
(_matchDistances);
[
all
...]
Completed in 56 milliseconds