Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c680 curMatch = (hash + kFix4HashSize)[hv]; in Bt4_MatchFinder_GetMatches()
684 (hash + kFix4HashSize)[hv] = pos; in Bt4_MatchFinder_GetMatches()
813 curMatch = (hash + kFix4HashSize)[hv]; in Hc4_MatchFinder_GetMatches()
817 (hash + kFix4HashSize)[hv] = pos; in Hc4_MatchFinder_GetMatches()
1000 curMatch = (hash + kFix4HashSize)[hv]; in Bt4_MatchFinder_Skip()
1003 (hash + kFix4HashSize)[hv] = p->pos; in Bt4_MatchFinder_Skip()
1039 curMatch = (hash + kFix4HashSize)[hv]; in Hc4_MatchFinder_Skip()
1042 (hash + kFix4HashSize)[hv] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro