Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c550 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
554 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
597 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
601 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
697 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
700 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
713 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
716 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro