Searched defs:distances (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
D | LzFind.c | 359 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() 390 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() 526 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() 537 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() 548 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() 572 distances[0] = maxLen; in Bt3_MatchFinder_GetMatches() local 585 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() 626 distances[offset - 2] = maxLen; in Bt4_MatchFinder_GetMatches() local 717 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() 758 distances[offset - 2] = maxLen; in Hc4_MatchFinder_GetMatches() local [all …]
|
D | LzFindMt.c | 242 UInt32 *distances = _distances + 1; in GetMatchesSpecN() local 313 static void BtGetMatches(CMatchFinderMt *p, UInt32 *distances) in BtGetMatches() 564 static UInt32 * MixMatches2(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches2() 585 static UInt32 * MixMatches3(CMatchFinderMt *p, UInt32 matchMinPos, UInt32 *distances) in MixMatches3() 677 static UInt32 MatchFinderMt2_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt2_GetMatches() 695 static UInt32 MatchFinderMt_GetMatches(CMatchFinderMt *p, UInt32 *distances) in MatchFinderMt_GetMatches()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 361 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() 392 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() 528 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() 539 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() 550 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() 574 distances[0] = maxLen; in Bt3_MatchFinder_GetMatches() local 587 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() 628 distances[offset - 2] = maxLen; in Bt4_MatchFinder_GetMatches() local 719 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() 760 distances[offset - 2] = maxLen; in Hc4_MatchFinder_GetMatches() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
D | LzFind.c | 361 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() 392 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() 528 static UInt32 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt2_MatchFinder_GetMatches() 539 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3Zip_MatchFinder_GetMatches() 550 static UInt32 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt3_MatchFinder_GetMatches() 574 distances[0] = maxLen; in Bt3_MatchFinder_GetMatches() local 587 static UInt32 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Bt4_MatchFinder_GetMatches() 628 distances[offset - 2] = maxLen; in Bt4_MatchFinder_GetMatches() local 719 static UInt32 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) in Hc4_MatchFinder_GetMatches() 760 distances[offset - 2] = maxLen; in Hc4_MatchFinder_GetMatches() local [all …]
|