Searched refs:kFix3HashSize (Results 1 – 2 of 2) sorted by relevance
509 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()512 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()542 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Bt4_MatchFinder_GetMatches()546 p->hash[kFix3HashSize + hash3Value] = in Bt4_MatchFinder_GetMatches()589 delta3 = p->pos - p->hash[kFix3HashSize + hash3Value]; in Hc4_MatchFinder_GetMatches()593 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_GetMatches()675 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()677 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()692 p->hash[kFix3HashSize + hash3Value] = p->pos; in Bt4_MatchFinder_Skip()708 p->hash[kFix3HashSize + hash3Value] = in Hc4_MatchFinder_Skip()
11 #define kFix3HashSize (kHash2Size) macro