Home
last modified time | relevance | path

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

/external/lzma/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] =