HomeSort by relevance Sort by last modified time
    Searched refs:GetMatches (Results 1 - 17 of 17) sorted by null

  /external/lzma/CS/7zip/Compress/LZ/
IMatchFinder.cs 21 UInt32 GetMatches(UInt32[] distances);
LzBinTree.cs 118 public UInt32 GetMatches(UInt32[] distances)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.h 100 Mf_GetMatches_Func GetMatches;
LzFind.c 1011 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
1017 vTable->GetMatches = (Mf_GetMatches_Func)Hc5_MatchFinder_GetMatches;
1024 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
1029 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
1034 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
1040 vTable->GetMatches = (Mf_GetMatches_Func)Bt5_MatchFinder_GetMatches;
LzFindMt.c 774 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
782 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
LzmaEnc.c 871 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 100 Mf_GetMatches_Func GetMatches;
LzFind.c 1013 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
1019 vTable->GetMatches = (Mf_GetMatches_Func)Hc5_MatchFinder_GetMatches;
1026 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
1031 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
1036 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
1042 vTable->GetMatches = (Mf_GetMatches_Func)Bt5_MatchFinder_GetMatches;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 100 Mf_GetMatches_Func GetMatches;
LzFind.c 1013 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
1019 vTable->GetMatches = (Mf_GetMatches_Func)Hc5_MatchFinder_GetMatches;
1026 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
1031 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
1036 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
1042 vTable->GetMatches = (Mf_GetMatches_Func)Bt5_MatchFinder_GetMatches;
  /external/lzma/C/
LzFind.h 100 Mf_GetMatches_Func GetMatches;
LzFind.c 1011 vTable->GetMatches = (Mf_GetMatches_Func)Hc4_MatchFinder_GetMatches;
1017 vTable->GetMatches = (Mf_GetMatches_Func)Hc5_MatchFinder_GetMatches;
1024 vTable->GetMatches = (Mf_GetMatches_Func)Bt2_MatchFinder_GetMatches;
1029 vTable->GetMatches = (Mf_GetMatches_Func)Bt3_MatchFinder_GetMatches;
1034 vTable->GetMatches = (Mf_GetMatches_Func)Bt4_MatchFinder_GetMatches;
1040 vTable->GetMatches = (Mf_GetMatches_Func)Bt5_MatchFinder_GetMatches;
LzFindMt.c 774 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt_GetMatches;
782 vTable->GetMatches = (Mf_GetMatches_Func)MatchFinderMt2_GetMatches;
LzmaEnc.c 871 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 551 milliseconds