Lines Matching refs:hashValue
463 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
484 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_GetMatches()
485 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_GetMatches()
495 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_GetMatches()
496 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_GetMatches()
509 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
512 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
543 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()
635 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_GetMatches()
636 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_GetMatches()
648 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_Skip()
649 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_Skip()
661 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_Skip()
662 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_Skip()
675 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
677 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
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()
722 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_Skip()
723 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_Skip()