Lines Matching refs:hashValue
470 UInt32 lenLimit; UInt32 hashValue; const Byte *cur; UInt32 curMatch; \
491 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_GetMatches()
492 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_GetMatches()
502 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_GetMatches()
503 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_GetMatches()
516 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_GetMatches()
519 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_GetMatches()
550 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()
642 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_GetMatches()
643 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_GetMatches()
655 curMatch = p->hash[hashValue]; in Bt2_MatchFinder_Skip()
656 p->hash[hashValue] = p->pos; in Bt2_MatchFinder_Skip()
668 curMatch = p->hash[hashValue]; in Bt3Zip_MatchFinder_Skip()
669 p->hash[hashValue] = p->pos; in Bt3Zip_MatchFinder_Skip()
682 curMatch = p->hash[kFix3HashSize + hashValue]; in Bt3_MatchFinder_Skip()
684 p->hash[kFix3HashSize + hashValue] = p->pos; in Bt3_MatchFinder_Skip()
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()
729 curMatch = p->hash[hashValue]; in Hc3Zip_MatchFinder_Skip()
730 p->hash[hashValue] = p->pos; in Hc3Zip_MatchFinder_Skip()