Home
last modified time | relevance | path

Searched refs:kFix4HashSize (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFind.c599 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_GetMatches()
603 hash[kFix4HashSize + hv] = pos; in Bt4_MatchFinder_GetMatches()
731 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_GetMatches()
735 hash[kFix4HashSize + hv] = pos; in Hc4_MatchFinder_GetMatches()
917 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_Skip()
920 hash[kFix4HashSize + hv] = p->pos; in Bt4_MatchFinder_Skip()
956 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_Skip()
959 hash[kFix4HashSize + hv] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c601 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_GetMatches()
605 hash[kFix4HashSize + hv] = pos; in Bt4_MatchFinder_GetMatches()
733 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_GetMatches()
737 hash[kFix4HashSize + hv] = pos; in Hc4_MatchFinder_GetMatches()
919 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_Skip()
922 hash[kFix4HashSize + hv] = p->pos; in Bt4_MatchFinder_Skip()
958 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_Skip()
961 hash[kFix4HashSize + hv] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzFind.c601 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_GetMatches()
605 hash[kFix4HashSize + hv] = pos; in Bt4_MatchFinder_GetMatches()
733 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_GetMatches()
737 hash[kFix4HashSize + hv] = pos; in Hc4_MatchFinder_GetMatches()
919 curMatch = hash[kFix4HashSize + hv]; in Bt4_MatchFinder_Skip()
922 hash[kFix4HashSize + hv] = p->pos; in Bt4_MatchFinder_Skip()
958 curMatch = hash[kFix4HashSize + hv]; in Hc4_MatchFinder_Skip()
961 hash[kFix4HashSize + hv] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro