Home
last modified time | relevance | path

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

/external/lzma/C/
DLzFind.c548 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_GetMatches()
552 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_GetMatches()
595 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_GetMatches()
599 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_GetMatches()
695 curMatch = p->hash[kFix4HashSize + hashValue]; in Bt4_MatchFinder_Skip()
698 p->hash[kFix4HashSize + hashValue] = p->pos; in Bt4_MatchFinder_Skip()
711 curMatch = p->hash[kFix4HashSize + hashValue]; in Hc4_MatchFinder_Skip()
714 p->hash[kFix4HashSize + hashValue] = p->pos; in Hc4_MatchFinder_Skip()
DLzHash.h12 #define kFix4HashSize (kHash2Size + kHash3Size) macro