Home
last modified time | relevance | path

Searched refs:kFix3HashSize (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c561 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_GetMatches()
564 hash[kFix3HashSize + hv] = pos; in Bt3_MatchFinder_GetMatches()
597 d3 = pos - hash[kFix3HashSize + h3]; in Bt4_MatchFinder_GetMatches()
602 hash[kFix3HashSize + h3] = pos; in Bt4_MatchFinder_GetMatches()
729 d3 = pos - hash[kFix3HashSize + h3]; in Hc4_MatchFinder_GetMatches()
734 hash[kFix3HashSize + h3] = pos; in Hc4_MatchFinder_GetMatches()
900 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_Skip()
902 hash[kFix3HashSize + hv] = p->pos; in Bt3_MatchFinder_Skip()
919 hash[kFix3HashSize + h3] = in Bt4_MatchFinder_Skip()
958 hash[kFix3HashSize + h3] = in Hc4_MatchFinder_Skip()
DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
DLzFindMt.c594 curMatch3 = hash[kFix3HashSize + h3]; in MixMatches3()
597 hash[kFix3HashSize + h3] = lzPos; in MixMatches3()
749 hash[kFix3HashSize + h3] =
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c563 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_GetMatches()
566 hash[kFix3HashSize + hv] = pos; in Bt3_MatchFinder_GetMatches()
599 d3 = pos - hash[kFix3HashSize + h3]; in Bt4_MatchFinder_GetMatches()
604 hash[kFix3HashSize + h3] = pos; in Bt4_MatchFinder_GetMatches()
731 d3 = pos - hash[kFix3HashSize + h3]; in Hc4_MatchFinder_GetMatches()
736 hash[kFix3HashSize + h3] = pos; in Hc4_MatchFinder_GetMatches()
902 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_Skip()
904 hash[kFix3HashSize + hv] = p->pos; in Bt3_MatchFinder_Skip()
921 hash[kFix3HashSize + h3] = in Bt4_MatchFinder_Skip()
960 hash[kFix3HashSize + h3] = in Hc4_MatchFinder_Skip()
DLzHash.h11 #define kFix3HashSize (kHash2Size) macro
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c563 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_GetMatches()
566 hash[kFix3HashSize + hv] = pos; in Bt3_MatchFinder_GetMatches()
599 d3 = pos - hash[kFix3HashSize + h3]; in Bt4_MatchFinder_GetMatches()
604 hash[kFix3HashSize + h3] = pos; in Bt4_MatchFinder_GetMatches()
731 d3 = pos - hash[kFix3HashSize + h3]; in Hc4_MatchFinder_GetMatches()
736 hash[kFix3HashSize + h3] = pos; in Hc4_MatchFinder_GetMatches()
902 curMatch = hash[kFix3HashSize + hv]; in Bt3_MatchFinder_Skip()
904 hash[kFix3HashSize + hv] = p->pos; in Bt3_MatchFinder_Skip()
921 hash[kFix3HashSize + h3] = in Bt4_MatchFinder_Skip()
960 hash[kFix3HashSize + h3] = in Hc4_MatchFinder_Skip()
DLzHash.h11 #define kFix3HashSize (kHash2Size) macro