Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c543 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
547 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
590 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
594 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
690 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
693 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
706 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
709 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
H A DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro